[INFO] fetching crate transit_model 0.4.1... [INFO] extracting crate transit_model 0.4.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/transit_model/0.4.1 [INFO] extracting crate transit_model 0.4.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/transit_model/0.4.1 [INFO] validating manifest of transit_model-0.4.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of transit_model-0.4.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing transit_model-0.4.1 [INFO] finished frobbing transit_model-0.4.1 [INFO] frobbed toml for transit_model-0.4.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/transit_model/0.4.1/Cargo.toml [INFO] started frobbing transit_model-0.4.1 [INFO] finished frobbing transit_model-0.4.1 [INFO] frobbed toml for transit_model-0.4.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/transit_model/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing transit_model-0.4.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/transit_model/0.4.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 937b78fe29e4595420ba5a347f35dd47754926783c5364c56eac74a126defd6a [INFO] running `"docker" "start" "-a" "937b78fe29e4595420ba5a347f35dd47754926783c5364c56eac74a126defd6a"` [INFO] [stderr] Compiling geo-types v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling transit_model_procmacro v0.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.16 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling zip v0.3.3 [INFO] [stderr] Compiling quick-xml v0.12.4 [INFO] [stderr] Compiling wkt v0.1.3 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling minidom v0.9.1 [INFO] [stderr] Compiling structopt v0.2.16 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling transit_model v0.4.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apply_rules.rs:307:22 [INFO] [stderr] | [INFO] [stderr] 307 | type FnUpdater = Box bool + Send + Sync>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Collections, &mut PropertyRule, &mut Report) -> bool + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.merge_stop_areas.dqeoub8r-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926" "/opt/crater/target/debug/deps/merge_stop_areas-3aa52daea254d926.1i7vjx9nv7jokbbo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-01bf803f1e83d00d.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libtransit_model-bfa3f28bd8bde3bc.rlib" "/opt/crater/target/debug/deps/libreqwest-fc3b69f8e173e26a.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libcookie_store-70b352843e9ac6fa.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-b00f265f5b1a9d7d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libtempdir-dda11bfe70905530.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libregex-0e1e8fcdfe0deb1e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-6294c67892910de3.rlib" "/opt/crater/target/debug/deps/libminidom-c23e39ac14ff30bd.rlib" "/opt/crater/target/debug/deps/libquick_xml-a8e65aa7c3754233.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libzip-be1a76c91762b9f4.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/libmsdos_time-72e9f152ab3c0d58.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libwkt-4ecfd2caacebb9ba.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libgeo_types-56b406e95e3e725a.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libcsv-f9bf5787b2d24f45.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libcsv_core-e9efeb68659b2898.rlib" "/opt/crater/target/debug/deps/libmemchr-8403ee796520dfe5.rlib" "/opt/crater/target/debug/deps/libstructopt-09d63a194a581576.rlib" "/opt/crater/target/debug/deps/libclap-7038cf68097f8ef5.rlib" "/opt/crater/target/debug/deps/libvec_map-cc0ce3adfcb1b056.rlib" "/opt/crater/target/debug/deps/libtextwrap-3855a3bdd241fa13.rlib" "/opt/crater/target/debug/deps/libunicode_width-454a0b46b949aab8.rlib" "/opt/crater/target/debug/deps/libstrsim-84c3b59c9f9f0bd7.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libchrono-9f85e6e6365f214e.rlib" "/opt/crater/target/debug/deps/libnum_integer-a58f510e5b90cd90.rlib" "/opt/crater/target/debug/deps/libnum_traits-eba28d25d0fd935d.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `transit_model`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `transit_model`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name gtfs2ntfs src/bin/gtfs2ntfs.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=9d37b312059a35fe -C extra-filename=-9d37b312059a35fe --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern chrono=/opt/crater/target/debug/deps/libchrono-9f85e6e6365f214e.rlib --extern csv=/opt/crater/target/debug/deps/libcsv-f9bf5787b2d24f45.rlib --extern derivative=/opt/crater/target/debug/deps/libderivative-86fd10a14b298149.so --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-01bf803f1e83d00d.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern geo_types=/opt/crater/target/debug/deps/libgeo_types-56b406e95e3e725a.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern minidom=/opt/crater/target/debug/deps/libminidom-c23e39ac14ff30bd.rlib --extern regex=/opt/crater/target/debug/deps/libregex-0e1e8fcdfe0deb1e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-fc3b69f8e173e26a.rlib --extern serde=/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib --extern structopt=/opt/crater/target/debug/deps/libstructopt-09d63a194a581576.rlib --extern tempdir=/opt/crater/target/debug/deps/libtempdir-dda11bfe70905530.rlib --extern transit_model=/opt/crater/target/debug/deps/libtransit_model-bfa3f28bd8bde3bc.rlib --extern transit_model_procmacro=/opt/crater/target/debug/deps/libtransit_model_procmacro-36a5fa7eff85c5f4.so --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib --extern wkt=/opt/crater/target/debug/deps/libwkt-4ecfd2caacebb9ba.rlib --extern zip=/opt/crater/target/debug/deps/libzip-be1a76c91762b9f4.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.read_syntus_fares.cersyoos-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5" "/opt/crater/target/debug/deps/read_syntus_fares-fded5e5faae890c5.xmz3q2a04e2hj7h.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-01bf803f1e83d00d.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libtransit_model-bfa3f28bd8bde3bc.rlib" "/opt/crater/target/debug/deps/libreqwest-fc3b69f8e173e26a.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libcookie_store-70b352843e9ac6fa.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-b00f265f5b1a9d7d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libtempdir-dda11bfe70905530.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libregex-0e1e8fcdfe0deb1e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-6294c67892910de3.rlib" "/opt/crater/target/debug/deps/libminidom-c23e39ac14ff30bd.rlib" "/opt/crater/target/debug/deps/libquick_xml-a8e65aa7c3754233.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libzip-be1a76c91762b9f4.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/libmsdos_time-72e9f152ab3c0d58.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libwkt-4ecfd2caacebb9ba.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libgeo_types-56b406e95e3e725a.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libcsv-f9bf5787b2d24f45.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libcsv_core-e9efeb68659b2898.rlib" "/opt/crater/target/debug/deps/libmemchr-8403ee796520dfe5.rlib" "/opt/crater/target/debug/deps/libstructopt-09d63a194a581576.rlib" "/opt/crater/target/debug/deps/libclap-7038cf68097f8ef5.rlib" "/opt/crater/target/debug/deps/libvec_map-cc0ce3adfcb1b056.rlib" "/opt/crater/target/debug/deps/libtextwrap-3855a3bdd241fa13.rlib" "/opt/crater/target/debug/deps/libunicode_width-454a0b46b949aab8.rlib" "/opt/crater/target/debug/deps/libstrsim-84c3b59c9f9f0bd7.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libchrono-9f85e6e6365f214e.rlib" "/opt/crater/target/debug/deps/libnum_integer-a58f510e5b90cd90.rlib" "/opt/crater/target/debug/deps/libnum_traits-eba28d25d0fd935d.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.transfers.81qveh0t-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5" "/opt/crater/target/debug/deps/transfers-74be81e9c2fac9e5.gtn5oybrgvyviw9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-01bf803f1e83d00d.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libtransit_model-bfa3f28bd8bde3bc.rlib" "/opt/crater/target/debug/deps/libreqwest-fc3b69f8e173e26a.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libcookie_store-70b352843e9ac6fa.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-b00f265f5b1a9d7d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libtempdir-dda11bfe70905530.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libregex-0e1e8fcdfe0deb1e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-6294c67892910de3.rlib" "/opt/crater/target/debug/deps/libminidom-c23e39ac14ff30bd.rlib" "/opt/crater/target/debug/deps/libquick_xml-a8e65aa7c3754233.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libzip-be1a76c91762b9f4.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/libmsdos_time-72e9f152ab3c0d58.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libwkt-4ecfd2caacebb9ba.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libgeo_types-56b406e95e3e725a.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libcsv-f9bf5787b2d24f45.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libcsv_core-e9efeb68659b2898.rlib" "/opt/crater/target/debug/deps/libmemchr-8403ee796520dfe5.rlib" "/opt/crater/target/debug/deps/libstructopt-09d63a194a581576.rlib" "/opt/crater/target/debug/deps/libclap-7038cf68097f8ef5.rlib" "/opt/crater/target/debug/deps/libvec_map-cc0ce3adfcb1b056.rlib" "/opt/crater/target/debug/deps/libtextwrap-3855a3bdd241fa13.rlib" "/opt/crater/target/debug/deps/libunicode_width-454a0b46b949aab8.rlib" "/opt/crater/target/debug/deps/libstrsim-84c3b59c9f9f0bd7.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libchrono-9f85e6e6365f214e.rlib" "/opt/crater/target/debug/deps/libnum_integer-a58f510e5b90cd90.rlib" "/opt/crater/target/debug/deps/libnum_traits-eba28d25d0fd935d.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `transit_model`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `transit_model`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.netex2ntfs.31zgheio-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c" "/opt/crater/target/debug/deps/netex2ntfs-af44a6cc1c15273c.c22ewpp6fxqcsvz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-01bf803f1e83d00d.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libtransit_model-bfa3f28bd8bde3bc.rlib" "/opt/crater/target/debug/deps/libreqwest-fc3b69f8e173e26a.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libcookie_store-70b352843e9ac6fa.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-b00f265f5b1a9d7d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libtempdir-dda11bfe70905530.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libregex-0e1e8fcdfe0deb1e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-6294c67892910de3.rlib" "/opt/crater/target/debug/deps/libminidom-c23e39ac14ff30bd.rlib" "/opt/crater/target/debug/deps/libquick_xml-a8e65aa7c3754233.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libzip-be1a76c91762b9f4.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/libmsdos_time-72e9f152ab3c0d58.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libwkt-4ecfd2caacebb9ba.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libgeo_types-56b406e95e3e725a.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libcsv-f9bf5787b2d24f45.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libcsv_core-e9efeb68659b2898.rlib" "/opt/crater/target/debug/deps/libmemchr-8403ee796520dfe5.rlib" "/opt/crater/target/debug/deps/libstructopt-09d63a194a581576.rlib" "/opt/crater/target/debug/deps/libclap-7038cf68097f8ef5.rlib" "/opt/crater/target/debug/deps/libvec_map-cc0ce3adfcb1b056.rlib" "/opt/crater/target/debug/deps/libtextwrap-3855a3bdd241fa13.rlib" "/opt/crater/target/debug/deps/libunicode_width-454a0b46b949aab8.rlib" "/opt/crater/target/debug/deps/libstrsim-84c3b59c9f9f0bd7.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libchrono-9f85e6e6365f214e.rlib" "/opt/crater/target/debug/deps/libnum_integer-a58f510e5b90cd90.rlib" "/opt/crater/target/debug/deps/libnum_traits-eba28d25d0fd935d.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `transit_model`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.ntfs2ntfs.3diaedzi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5" "/opt/crater/target/debug/deps/ntfs2ntfs-1f763354494255a5.5am8ugjakn2ssdyi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-01bf803f1e83d00d.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libtransit_model-bfa3f28bd8bde3bc.rlib" "/opt/crater/target/debug/deps/libreqwest-fc3b69f8e173e26a.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libcookie_store-70b352843e9ac6fa.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-b00f265f5b1a9d7d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libtempdir-dda11bfe70905530.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libregex-0e1e8fcdfe0deb1e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-6294c67892910de3.rlib" "/opt/crater/target/debug/deps/libminidom-c23e39ac14ff30bd.rlib" "/opt/crater/target/debug/deps/libquick_xml-a8e65aa7c3754233.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libzip-be1a76c91762b9f4.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/libmsdos_time-72e9f152ab3c0d58.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libwkt-4ecfd2caacebb9ba.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libgeo_types-56b406e95e3e725a.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libcsv-f9bf5787b2d24f45.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libcsv_core-e9efeb68659b2898.rlib" "/opt/crater/target/debug/deps/libmemchr-8403ee796520dfe5.rlib" "/opt/crater/target/debug/deps/libstructopt-09d63a194a581576.rlib" "/opt/crater/target/debug/deps/libclap-7038cf68097f8ef5.rlib" "/opt/crater/target/debug/deps/libvec_map-cc0ce3adfcb1b056.rlib" "/opt/crater/target/debug/deps/libtextwrap-3855a3bdd241fa13.rlib" "/opt/crater/target/debug/deps/libunicode_width-454a0b46b949aab8.rlib" "/opt/crater/target/debug/deps/libstrsim-84c3b59c9f9f0bd7.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libchrono-9f85e6e6365f214e.rlib" "/opt/crater/target/debug/deps/libnum_integer-a58f510e5b90cd90.rlib" "/opt/crater/target/debug/deps/libnum_traits-eba28d25d0fd935d.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `transit_model`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "937b78fe29e4595420ba5a347f35dd47754926783c5364c56eac74a126defd6a"` [INFO] running `"docker" "rm" "-f" "937b78fe29e4595420ba5a347f35dd47754926783c5364c56eac74a126defd6a"` [INFO] [stdout] 937b78fe29e4595420ba5a347f35dd47754926783c5364c56eac74a126defd6a