[INFO] crate tsclientlib 0.1.0 is already in cache [INFO] extracting crate tsclientlib 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/tsclientlib/0.1.0 [INFO] extracting crate tsclientlib 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tsclientlib/0.1.0 [INFO] validating manifest of tsclientlib-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tsclientlib-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tsclientlib-0.1.0 [INFO] finished frobbing tsclientlib-0.1.0 [INFO] frobbed toml for tsclientlib-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tsclientlib/0.1.0/Cargo.toml [INFO] started frobbing tsclientlib-0.1.0 [INFO] finished frobbing tsclientlib-0.1.0 [INFO] frobbed toml for tsclientlib-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tsclientlib/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tsclientlib-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tsclientlib/0.1.0:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a10bdf07c80a69d524dcc1f8141a88f825e7cf1a6dc06ebb79c3b87285fcece5 [INFO] running `"docker" "start" "-a" "a10bdf07c80a69d524dcc1f8141a88f825e7cf1a6dc06ebb79c3b87285fcece5"` [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling tsproto v0.1.0 [INFO] [stderr] Compiling chashmap v2.2.2 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling t4rust-derive v0.1.3 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tsproto-structs v0.1.0 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tsproto-commands v0.1.0 [INFO] [stderr] Compiling tsclientlib v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> build/events.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | .flat_map(|r| -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.20 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:98:10 [INFO] [stderr] | [INFO] [stderr] 98 | ) -> Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | let res: Box + Send> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:123:37 [INFO] [stderr] | [INFO] [stderr] 123 | let nickname_res = (move || -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:182:18 [INFO] [stderr] | [INFO] [stderr] 182 | move || -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:358:26 [INFO] [stderr] | [INFO] [stderr] 358 | |addr| -> Result + Send>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | type BoxFuture = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:81:6 [INFO] [stderr] | [INFO] [stderr] 81 | Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ConnectionLock, &[events::Event]) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:125:22 [INFO] [stderr] | [INFO] [stderr] 125 | pub type PHBox = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PacketHandler + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:130:4 [INFO] [stderr] | [INFO] [stderr] 130 | Stream + Send, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:133:4 [INFO] [stderr] | [INFO] [stderr] 133 | Stream + Send, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:165:38 [INFO] [stderr] | [INFO] [stderr] 165 | struct DisconnectListener(Option>); [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:249:17 [INFO] [stderr] | [INFO] [stderr] 249 | let addr: Box + Send> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:265:24 [INFO] [stderr] | [INFO] [stderr] 265 | move |addr| -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:352:33 [INFO] [stderr] | [INFO] [stderr] 352 | .and_then(move |con| -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:665:41 [INFO] [stderr] | [INFO] [stderr] 665 | pub fn add_on_disconnect(&self, f: Box) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:790:11 [INFO] [stderr] | [INFO] [stderr] 790 | ) -> Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:852:7 [INFO] [stderr] | [INFO] [stderr] 852 | Box) + Send + Sync>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&client::ClientDataM) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1046:4 [INFO] [stderr] | [INFO] [stderr] 1046 | Fn(&client::ClientDataM) + Send + Sync, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&client::ClientDataM) + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `"docker" "inspect" "a10bdf07c80a69d524dcc1f8141a88f825e7cf1a6dc06ebb79c3b87285fcece5"` [INFO] running `"docker" "rm" "-f" "a10bdf07c80a69d524dcc1f8141a88f825e7cf1a6dc06ebb79c3b87285fcece5"` [INFO] [stdout] a10bdf07c80a69d524dcc1f8141a88f825e7cf1a6dc06ebb79c3b87285fcece5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tsclientlib/0.1.0:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 53fe8c0dc0b29cf4d6c282a0afbb63b9618e6b790c87ac9549759c20cf137a05 [INFO] running `"docker" "start" "-a" "53fe8c0dc0b29cf4d6c282a0afbb63b9618e6b790c87ac9549759c20cf137a05"` [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tsclientlib v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:98:10 [INFO] [stderr] | [INFO] [stderr] 98 | ) -> Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | let res: Box + Send> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:123:37 [INFO] [stderr] | [INFO] [stderr] 123 | let nickname_res = (move || -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:182:18 [INFO] [stderr] | [INFO] [stderr] 182 | move || -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resolver.rs:358:26 [INFO] [stderr] | [INFO] [stderr] 358 | |addr| -> Result + Send>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | type BoxFuture = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:81:6 [INFO] [stderr] | [INFO] [stderr] 81 | Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&ConnectionLock, &[events::Event]) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:125:22 [INFO] [stderr] | [INFO] [stderr] 125 | pub type PHBox = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PacketHandler + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:130:4 [INFO] [stderr] | [INFO] [stderr] 130 | Stream + Send, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:133:4 [INFO] [stderr] | [INFO] [stderr] 133 | Stream + Send, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:165:38 [INFO] [stderr] | [INFO] [stderr] 165 | struct DisconnectListener(Option>); [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:249:17 [INFO] [stderr] | [INFO] [stderr] 249 | let addr: Box + Send> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:265:24 [INFO] [stderr] | [INFO] [stderr] 265 | move |addr| -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:352:33 [INFO] [stderr] | [INFO] [stderr] 352 | .and_then(move |con| -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:665:41 [INFO] [stderr] | [INFO] [stderr] 665 | pub fn add_on_disconnect(&self, f: Box) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:790:11 [INFO] [stderr] | [INFO] [stderr] 790 | ) -> Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:852:7 [INFO] [stderr] | [INFO] [stderr] 852 | Box) + Send + Sync>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&client::ClientDataM) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1046:4 [INFO] [stderr] | [INFO] [stderr] 1046 | Fn(&client::ClientDataM) + Send + Sync, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&client::ClientDataM) + Send + Sync` [INFO] [stderr] [INFO] [stderr] error: Could not compile `tsclientlib`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name tsclientlib src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=ce042a9926ae6c1d -C extra-filename=-ce042a9926ae6c1d --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-87137b6a64d081c9.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-ff24add1f4cf8765.rlib --extern chashmap=/opt/crater/target/debug/deps/libchashmap-e98a037304f395cf.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-b513e57dd6ca47df.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-06ca44bfe6796286.so --extern failure=/opt/crater/target/debug/deps/libfailure-b4d24d5ea07e56b6.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern itertools=/opt/crater/target/debug/deps/libitertools-3d2aabe61fa04b2e.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib --extern rand=/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-c622990fbe7e51e6.rlib --extern slog=/opt/crater/target/debug/deps/libslog-89c6b16632d6fc6c.rlib --extern slog_async=/opt/crater/target/debug/deps/libslog_async-e2c7a6a5b1b463c5.rlib --extern slog_perf=/opt/crater/target/debug/deps/libslog_perf-b4a74b46f21784f5.rlib --extern slog_term=/opt/crater/target/debug/deps/libslog_term-0b2c1fbc59c36e72.rlib --extern structopt=/opt/crater/target/debug/deps/libstructopt-46deb79a588e038f.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-a53bc300f1bb1f9d.rlib --extern tokio_signal=/opt/crater/target/debug/deps/libtokio_signal-b4f273a65d42db2e.rlib --extern tokio_threadpool=/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib --extern trust_dns_proto=/opt/crater/target/debug/deps/libtrust_dns_proto-d2b759ad2824914d.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-59cc8ada25381d8d.rlib --extern tsproto=/opt/crater/target/debug/deps/libtsproto-3507c13a31acafab.rlib --extern tsproto_commands=/opt/crater/target/debug/deps/libtsproto_commands-7b04a719824d4ca1.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/clear_on_drop-a8c35b0ff87b4d51/out -L native=/opt/crater/target/debug/build/flakebi-ring-b824a696574f58ef/out` (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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.channeltree.6r7slqso-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932" "/opt/crater/target/debug/examples/channeltree-22aa151253a10932.4p40rcyoizd2crjc.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/clear_on_drop-a8c35b0ff87b4d51/out" "-L" "/opt/crater/target/debug/build/flakebi-ring-b824a696574f58ef/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtsclientlib-761395d9037466df.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-d2b759ad2824914d.rlib" "/opt/crater/target/debug/deps/libreqwest-c622990fbe7e51e6.rlib" "/opt/crater/target/debug/deps/libuuid-b3798c244ffd4583.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50d19f2dca805f3c.rlib" "/opt/crater/target/debug/deps/libnative_tls-a7183ed74803b48b.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libhyper-fc5cbab72617f57c.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-c271d6d1aa0047a7.rlib" "/opt/crater/target/debug/deps/libtokio_buf-9dbe840ea83ed1c5.rlib" "/opt/crater/target/debug/deps/libh2-32728c17e9330337.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-b88ec663ff84eb95.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libhttp-5a2b897d631e610b.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-c1e1be460e08532a.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-8b53394710d5be41.rlib" "/opt/crater/target/debug/deps/libregex-fca4779986bcf058.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2003abaea84451c2.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-59cc8ada25381d8d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c460305fb45e699b.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libitertools-3d2aabe61fa04b2e.rlib" "/opt/crater/target/debug/deps/libchashmap-e98a037304f395cf.rlib" "/opt/crater/target/debug/deps/libparking_lot-2259b5f553ac3bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-323972b2df1becb5.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib" "/opt/crater/target/debug/deps/libtsproto_commands-7b04a719824d4ca1.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libtsproto-3507c13a31acafab.rlib" "/opt/crater/target/debug/deps/libslog_perf-b4a74b46f21784f5.rlib" "/opt/crater/target/debug/deps/libeax-dbd01f6abb47a98a.rlib" "/opt/crater/target/debug/deps/libctr-28227f94643fab07.rlib" "/opt/crater/target/debug/deps/libstream_cipher-07c986432d6de7d5.rlib" "/opt/crater/target/debug/deps/libcmac-91328dee0663d33b.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-ce940654674c148d.rlib" "/opt/crater/target/debug/deps/libsubtle-32e0e1730dc5dcb5.rlib" "/opt/crater/target/debug/deps/libdbl-daf94e2af76e6a52.rlib" "/opt/crater/target/debug/deps/libslog_term-0b2c1fbc59c36e72.rlib" "/opt/crater/target/debug/deps/libterm-6b476dec1317b398.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libslog_async-e2c7a6a5b1b463c5.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libsimple_asn1-1e7f1f6851700368.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libnom-b1df98b8161841b1.rlib" "/opt/crater/target/debug/deps/libmemchr-3fd81741466e29b2.rlib" "/opt/crater/target/debug/deps/libbase64-87137b6a64d081c9.rlib" "/opt/crater/target/debug/deps/libchrono-b513e57dd6ca47df.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libring-3bf8fc1c9f8c1bd1.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libquicklz-c28529f9587e56f2.rlib" "/opt/crater/target/debug/deps/libbit_vec-0fb65962cfe3f381.rlib" "/opt/crater/target/debug/deps/libnum_bigint-b991289dd301067d.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-e2e9d20761ea97dc.rlib" "/opt/crater/target/debug/deps/libsubtle-5f32ae46f6978e0c.rlib" "/opt/crater/target/debug/deps/libdigest-69179a5ccf59e5fb.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-49ba04dc808d8f34.rlib" "/opt/crater/target/debug/deps/libaes-48369bd1d4befbb7.rlib" "/opt/crater/target/debug/deps/libaes_soft-0b8b115dd1a9e6e0.rlib" "/opt/crater/target/debug/deps/libopaque_debug-255025b57567df48.rlib" "/opt/crater/target/debug/deps/libblock_cipher_trait-42c52188697cf384.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/librental-e8be8312d5396bc9.rlib" "/opt/crater/target/debug/deps/libslog-89c6b16632d6fc6c.rlib" "/opt/crater/target/debug/deps/libtokio-a53bc300f1bb1f9d.rlib" "/opt/crater/target/debug/deps/libtokio_uds-dfc0a8d868a8fd92.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-7de4391832d03890.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-66c8a1c6d4430187.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5c617286c13b145e.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-83b342219569f6f7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-cecd7250480f6f1f.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a46ef3f495214fb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-ff24add1f4cf8765.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-9edb795f62cff3b2.rlib" "/opt/crater/target/debug/deps/libstructopt-46deb79a588e038f.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libfailure-b4d24d5ea07e56b6.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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 `tsclientlib`. [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/many-774f18debd653aa4.many.146ckppz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/many-774f18debd653aa4" "/opt/crater/target/debug/examples/many-774f18debd653aa4.2znqlf2e2d9vsi6s.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/clear_on_drop-a8c35b0ff87b4d51/out" "-L" "/opt/crater/target/debug/build/flakebi-ring-b824a696574f58ef/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtsclientlib-761395d9037466df.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-d2b759ad2824914d.rlib" "/opt/crater/target/debug/deps/libreqwest-c622990fbe7e51e6.rlib" "/opt/crater/target/debug/deps/libuuid-b3798c244ffd4583.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50d19f2dca805f3c.rlib" "/opt/crater/target/debug/deps/libnative_tls-a7183ed74803b48b.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libhyper-fc5cbab72617f57c.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-c271d6d1aa0047a7.rlib" "/opt/crater/target/debug/deps/libtokio_buf-9dbe840ea83ed1c5.rlib" "/opt/crater/target/debug/deps/libh2-32728c17e9330337.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-b88ec663ff84eb95.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libhttp-5a2b897d631e610b.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-c1e1be460e08532a.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-8b53394710d5be41.rlib" "/opt/crater/target/debug/deps/libregex-fca4779986bcf058.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2003abaea84451c2.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-59cc8ada25381d8d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c460305fb45e699b.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libitertools-3d2aabe61fa04b2e.rlib" "/opt/crater/target/debug/deps/libchashmap-e98a037304f395cf.rlib" "/opt/crater/target/debug/deps/libparking_lot-2259b5f553ac3bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-323972b2df1becb5.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib" "/opt/crater/target/debug/deps/libtsproto_commands-7b04a719824d4ca1.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libtsproto-3507c13a31acafab.rlib" "/opt/crater/target/debug/deps/libslog_perf-b4a74b46f21784f5.rlib" "/opt/crater/target/debug/deps/libeax-dbd01f6abb47a98a.rlib" "/opt/crater/target/debug/deps/libctr-28227f94643fab07.rlib" "/opt/crater/target/debug/deps/libstream_cipher-07c986432d6de7d5.rlib" "/opt/crater/target/debug/deps/libcmac-91328dee0663d33b.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-ce940654674c148d.rlib" "/opt/crater/target/debug/deps/libsubtle-32e0e1730dc5dcb5.rlib" "/opt/crater/target/debug/deps/libdbl-daf94e2af76e6a52.rlib" "/opt/crater/target/debug/deps/libslog_term-0b2c1fbc59c36e72.rlib" "/opt/crater/target/debug/deps/libterm-6b476dec1317b398.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libslog_async-e2c7a6a5b1b463c5.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libsimple_asn1-1e7f1f6851700368.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libnom-b1df98b8161841b1.rlib" "/opt/crater/target/debug/deps/libmemchr-3fd81741466e29b2.rlib" "/opt/crater/target/debug/deps/libbase64-87137b6a64d081c9.rlib" "/opt/crater/target/debug/deps/libchrono-b513e57dd6ca47df.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libring-3bf8fc1c9f8c1bd1.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libquicklz-c28529f9587e56f2.rlib" "/opt/crater/target/debug/deps/libbit_vec-0fb65962cfe3f381.rlib" "/opt/crater/target/debug/deps/libnum_bigint-b991289dd301067d.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-e2e9d20761ea97dc.rlib" "/opt/crater/target/debug/deps/libsubtle-5f32ae46f6978e0c.rlib" "/opt/crater/target/debug/deps/libdigest-69179a5ccf59e5fb.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-49ba04dc808d8f34.rlib" "/opt/crater/target/debug/deps/libaes-48369bd1d4befbb7.rlib" "/opt/crater/target/debug/deps/libaes_soft-0b8b115dd1a9e6e0.rlib" "/opt/crater/target/debug/deps/libopaque_debug-255025b57567df48.rlib" "/opt/crater/target/debug/deps/libblock_cipher_trait-42c52188697cf384.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/librental-e8be8312d5396bc9.rlib" "/opt/crater/target/debug/deps/libtokio-a53bc300f1bb1f9d.rlib" "/opt/crater/target/debug/deps/libtokio_uds-dfc0a8d868a8fd92.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-7de4391832d03890.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-66c8a1c6d4430187.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5c617286c13b145e.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-83b342219569f6f7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-cecd7250480f6f1f.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a46ef3f495214fb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-ff24add1f4cf8765.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-9edb795f62cff3b2.rlib" "/opt/crater/target/debug/deps/libstructopt-46deb79a588e038f.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "/opt/crater/target/debug/deps/libslog-89c6b16632d6fc6c.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libfailure-b4d24d5ea07e56b6.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] 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 `tsclientlib`. [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.simple.1qmv7h37-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0" "/opt/crater/target/debug/examples/simple-24275f9ea7e564a0.tmh3o0097trgkn4.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/clear_on_drop-a8c35b0ff87b4d51/out" "-L" "/opt/crater/target/debug/build/flakebi-ring-b824a696574f58ef/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtsclientlib-761395d9037466df.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-d2b759ad2824914d.rlib" "/opt/crater/target/debug/deps/libreqwest-c622990fbe7e51e6.rlib" "/opt/crater/target/debug/deps/libuuid-b3798c244ffd4583.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50d19f2dca805f3c.rlib" "/opt/crater/target/debug/deps/libnative_tls-a7183ed74803b48b.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libhyper-fc5cbab72617f57c.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-c271d6d1aa0047a7.rlib" "/opt/crater/target/debug/deps/libtokio_buf-9dbe840ea83ed1c5.rlib" "/opt/crater/target/debug/deps/libh2-32728c17e9330337.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-b88ec663ff84eb95.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libhttp-5a2b897d631e610b.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-c1e1be460e08532a.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-8b53394710d5be41.rlib" "/opt/crater/target/debug/deps/libregex-fca4779986bcf058.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2003abaea84451c2.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-59cc8ada25381d8d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c460305fb45e699b.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libitertools-3d2aabe61fa04b2e.rlib" "/opt/crater/target/debug/deps/libchashmap-e98a037304f395cf.rlib" "/opt/crater/target/debug/deps/libparking_lot-2259b5f553ac3bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-323972b2df1becb5.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib" "/opt/crater/target/debug/deps/libtsproto_commands-7b04a719824d4ca1.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libtsproto-3507c13a31acafab.rlib" "/opt/crater/target/debug/deps/libslog_perf-b4a74b46f21784f5.rlib" "/opt/crater/target/debug/deps/libeax-dbd01f6abb47a98a.rlib" "/opt/crater/target/debug/deps/libctr-28227f94643fab07.rlib" "/opt/crater/target/debug/deps/libstream_cipher-07c986432d6de7d5.rlib" "/opt/crater/target/debug/deps/libcmac-91328dee0663d33b.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-ce940654674c148d.rlib" "/opt/crater/target/debug/deps/libsubtle-32e0e1730dc5dcb5.rlib" "/opt/crater/target/debug/deps/libdbl-daf94e2af76e6a52.rlib" "/opt/crater/target/debug/deps/libslog_term-0b2c1fbc59c36e72.rlib" "/opt/crater/target/debug/deps/libterm-6b476dec1317b398.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libslog_async-e2c7a6a5b1b463c5.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libsimple_asn1-1e7f1f6851700368.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libnom-b1df98b8161841b1.rlib" "/opt/crater/target/debug/deps/libmemchr-3fd81741466e29b2.rlib" "/opt/crater/target/debug/deps/libbase64-87137b6a64d081c9.rlib" "/opt/crater/target/debug/deps/libchrono-b513e57dd6ca47df.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libring-3bf8fc1c9f8c1bd1.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libquicklz-c28529f9587e56f2.rlib" "/opt/crater/target/debug/deps/libbit_vec-0fb65962cfe3f381.rlib" "/opt/crater/target/debug/deps/libnum_bigint-b991289dd301067d.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-e2e9d20761ea97dc.rlib" "/opt/crater/target/debug/deps/libsubtle-5f32ae46f6978e0c.rlib" "/opt/crater/target/debug/deps/libdigest-69179a5ccf59e5fb.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-49ba04dc808d8f34.rlib" "/opt/crater/target/debug/deps/libaes-48369bd1d4befbb7.rlib" "/opt/crater/target/debug/deps/libaes_soft-0b8b115dd1a9e6e0.rlib" "/opt/crater/target/debug/deps/libopaque_debug-255025b57567df48.rlib" "/opt/crater/target/debug/deps/libblock_cipher_trait-42c52188697cf384.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/librental-e8be8312d5396bc9.rlib" "/opt/crater/target/debug/deps/libslog-89c6b16632d6fc6c.rlib" "/opt/crater/target/debug/deps/libtokio-a53bc300f1bb1f9d.rlib" "/opt/crater/target/debug/deps/libtokio_uds-dfc0a8d868a8fd92.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-7de4391832d03890.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-66c8a1c6d4430187.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5c617286c13b145e.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-83b342219569f6f7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-cecd7250480f6f1f.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a46ef3f495214fb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-ff24add1f4cf8765.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-9edb795f62cff3b2.rlib" "/opt/crater/target/debug/deps/libstructopt-46deb79a588e038f.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libfailure-b4d24d5ea07e56b6.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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 `tsclientlib`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "53fe8c0dc0b29cf4d6c282a0afbb63b9618e6b790c87ac9549759c20cf137a05"` [INFO] running `"docker" "rm" "-f" "53fe8c0dc0b29cf4d6c282a0afbb63b9618e6b790c87ac9549759c20cf137a05"` [INFO] [stdout] 53fe8c0dc0b29cf4d6c282a0afbb63b9618e6b790c87ac9549759c20cf137a05