[INFO] crate deoxy 0.2.1 is already in cache [INFO] extracting crate deoxy 0.2.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/deoxy/0.2.1 [INFO] extracting crate deoxy 0.2.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/deoxy/0.2.1 [INFO] validating manifest of deoxy-0.2.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of deoxy-0.2.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing deoxy-0.2.1 [INFO] finished frobbing deoxy-0.2.1 [INFO] frobbed toml for deoxy-0.2.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/deoxy/0.2.1/Cargo.toml [INFO] started frobbing deoxy-0.2.1 [INFO] finished frobbing deoxy-0.2.1 [INFO] frobbed toml for deoxy-0.2.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/deoxy/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing deoxy-0.2.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/deoxy/0.2.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=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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] fd6381779450b68a64a6e04b562d7bc6b1b71d61ea7a35fe27986fe887eb02ee [INFO] running `"docker" "start" "-a" "fd6381779450b68a64a6e04b562d7bc6b1b71d61ea7a35fe27986fe887eb02ee"` [INFO] [stderr] Compiling rppal v0.11.3 [INFO] [stderr] Compiling uom v0.22.2 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling deoxy-core v0.2.1 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling deoxy v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Responder` [INFO] [stderr] --> src/server/job.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | Responder, ResponseError, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn start(req: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/server/job.rs:173:10 [INFO] [stderr] | [INFO] [stderr] 173 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:202:10 [INFO] [stderr] | [INFO] [stderr] 202 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:213:10 [INFO] [stderr] | [INFO] [stderr] 213 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `halt` [INFO] [stderr] --> src/server/job.rs:199:1 [INFO] [stderr] | [INFO] [stderr] 199 | / pub fn halt( [INFO] [stderr] 200 | | uuid: UUID, [INFO] [stderr] 201 | | req: HttpRequest, [INFO] [stderr] 202 | | ) -> Box> { [INFO] [stderr] 203 | | message_uuid(Message::Halt, uuid, req) [INFO] [stderr] 204 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.37s [INFO] running `"docker" "inspect" "fd6381779450b68a64a6e04b562d7bc6b1b71d61ea7a35fe27986fe887eb02ee"` [INFO] running `"docker" "rm" "-f" "fd6381779450b68a64a6e04b562d7bc6b1b71d61ea7a35fe27986fe887eb02ee"` [INFO] [stdout] fd6381779450b68a64a6e04b562d7bc6b1b71d61ea7a35fe27986fe887eb02ee [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/deoxy/0.2.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=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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] afd4ccfba9e7c1600fcc3adf9aafad3d169d668dca86a707b838ad931a2e508d [INFO] running `"docker" "start" "-a" "afd4ccfba9e7c1600fcc3adf9aafad3d169d668dca86a707b838ad931a2e508d"` [INFO] [stderr] Compiling pretty_env_logger v0.3.0 [INFO] [stderr] Compiling deoxy v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Responder` [INFO] [stderr] --> src/server/job.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | Responder, ResponseError, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn start(req: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/server/job.rs:173:10 [INFO] [stderr] | [INFO] [stderr] 173 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:202:10 [INFO] [stderr] | [INFO] [stderr] 202 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/job.rs:213:10 [INFO] [stderr] | [INFO] [stderr] 213 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Future` [INFO] [stderr] --> examples/pause.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `halt` [INFO] [stderr] --> src/server/job.rs:199:1 [INFO] [stderr] | [INFO] [stderr] 199 | / pub fn halt( [INFO] [stderr] 200 | | uuid: UUID, [INFO] [stderr] 201 | | req: HttpRequest, [INFO] [stderr] 202 | | ) -> Box> { [INFO] [stderr] 203 | | message_uuid(Message::Halt, uuid, req) [INFO] [stderr] 204 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `deoxy`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name pulse_width examples/pulse-width.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rppal"' --cfg 'feature="serde"' --cfg 'feature="serde_derive"' --cfg 'feature="server"' --cfg 'feature="use_rppal"' --cfg 'feature="use_serde"' -C metadata=b57408975d1ddf3b -C extra-filename=-b57408975d1ddf3b --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-5f378c40f16a4702.rlib --extern deoxy=/opt/crater/target/debug/deps/libdeoxy-32a8ec793cd537fa.rlib --extern deoxy_core=/opt/crater/target/debug/deps/libdeoxy_core-a0f19dbc9d774af7.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-f32d8b7fc98bf4cf.rlib --extern rppal=/opt/crater/target/debug/deps/librppal-de5bc0c5c302c540.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-33a91212eb58894d.so --extern termion=/opt/crater/target/debug/deps/libtermion-fc7768065073a157.rlib --extern uom=/opt/crater/target/debug/deps/libuom-39b92bf0787daaa2.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-ea791d5d933b220e.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/brotli-sys-750e70093fad3fec/out -L native=/opt/crater/target/debug/build/ring-fc3da0b7337038d7/out -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.protocol.2hq4fq4i-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80" "/opt/crater/target/debug/examples/protocol-47e5bb4f6b823a80.2unc477fbus4qgpi.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/brotli-sys-750e70093fad3fec/out" "-L" "/opt/crater/target/debug/build/ring-fc3da0b7337038d7/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpretty_env_logger-f32d8b7fc98bf4cf.rlib" "/opt/crater/target/debug/deps/libchrono-0764f23359eaac8d.rlib" "/opt/crater/target/debug/deps/libnum_integer-64b4588a973f5462.rlib" "/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libtermcolor-4f73a4038638252f.rlib" "/opt/crater/target/debug/deps/libdeoxy-32a8ec793cd537fa.rlib" "/opt/crater/target/debug/deps/librppal-de5bc0c5c302c540.rlib" "/opt/crater/target/debug/deps/libuom-39b92bf0787daaa2.rlib" "/opt/crater/target/debug/deps/libtypenum-ae9884ba48ac3ae3.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libactix_web-5f378c40f16a4702.rlib" "/opt/crater/target/debug/deps/libactix_net-a9dcdeb5bae6cd69.rlib" "/opt/crater/target/debug/deps/libactix-8483e7ffaaa61d34.rlib" "/opt/crater/target/debug/deps/libtokio_signal-76749e385f831ea9.rlib" "/opt/crater/target/debug/deps/libsignal_hook-903ce1dfc220efcc.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-e2ed2820b4a38e44.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/libuuid-ea791d5d933b220e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-4c87c6a5e233a0bd.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-1f458f1e38bcd484.rlib" "/opt/crater/target/debug/deps/libsocket2-bf1991f0c18edecd.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libtower_service-e0a2241d7248c997.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-641732ed373b96f4.rlib" "/opt/crater/target/debug/deps/libv_escape-845e8855662e2400.rlib" "/opt/crater/target/debug/deps/libversion_check-8ec33a244cbe3e83.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-eb3da31636d0267b.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libh2-31035cc08eff81de.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-8e38b76ea253429f.rlib" "/opt/crater/target/debug/deps/libflate2-59e4d599d0a2687d.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libbrotli2-09471ec8f7a08d08.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-aed3f543ef8aa7ad.rlib" "/opt/crater/target/debug/deps/libtokio-2941859d6d927144.rlib" "/opt/crater/target/debug/deps/libtokio_uds-b705ae0465950d4a.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-965714eb72aed16f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-3a0f0c3f7b80f403.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-2da617961b078286.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libtokio_fs-c2a041596edb3da4.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libtokio_codec-3437453b181b08c9.rlib" "/opt/crater/target/debug/deps/libtokio_io-bc198ecb7220194e.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libmime_guess-ef9b69cbd9c582bc.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblazycell-faa7905e18791a63.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp-252c32ce2b5fd0d4.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libcookie-1757f3b327192309.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libring-fe6a89e6837c06ae.rlib" "/opt/crater/target/debug/deps/libuntrusted-203cd0921ba5a7bc.rlib" "/opt/crater/target/debug/deps/liburl-9c48e2fe00c4c339.rlib" "/opt/crater/target/debug/deps/libencoding-6b8dd5ea4cb27bd5.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-1131a16f0f98b3fe.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-3f1e54dd83c60324.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-658f338d0fb6ac8d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-f69bdce4439b48dd.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-3c524629977f3b84.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libdeoxy_core-a0f19dbc9d774af7.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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 `deoxy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "afd4ccfba9e7c1600fcc3adf9aafad3d169d668dca86a707b838ad931a2e508d"` [INFO] running `"docker" "rm" "-f" "afd4ccfba9e7c1600fcc3adf9aafad3d169d668dca86a707b838ad931a2e508d"` [INFO] [stdout] afd4ccfba9e7c1600fcc3adf9aafad3d169d668dca86a707b838ad931a2e508d