[INFO] cloning repository https://github.com/akkaha/hello-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akkaha/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakkaha%2Fhello-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakkaha%2Fhello-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8f9a2e5aaf359b827c150e461330584985d5595a [INFO] building akkaha/hello-rust against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakkaha%2Fhello-rust" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akkaha/hello-rust on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/akkaha/hello-rust [INFO] finished tweaking git repo https://github.com/akkaha/hello-rust [INFO] tweaked toml for git repo https://github.com/akkaha/hello-rust written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/akkaha/hello-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-28/source/tokio-tutorial/Cargo.toml: file found to be present in multiple build targets: /workspace/builds/worker-28/source/tokio-tutorial/src/bin/tokio-hello.rs [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bbcac7df76e545dab40e18d3fbe48fd3da22df8fd79e62e1436dbb22738d2c4 [INFO] running `Command { std: "docker" "start" "-a" "4bbcac7df76e545dab40e18d3fbe48fd3da22df8fd79e62e1436dbb22738d2c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bbcac7df76e545dab40e18d3fbe48fd3da22df8fd79e62e1436dbb22738d2c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bbcac7df76e545dab40e18d3fbe48fd3da22df8fd79e62e1436dbb22738d2c4", kill_on_drop: false }` [INFO] [stdout] 4bbcac7df76e545dab40e18d3fbe48fd3da22df8fd79e62e1436dbb22738d2c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bdf43a4bdb4cc99c68f5027b2e78fd59ec34a5b0d8b4bcaa5fb8ecea4ce0665 [INFO] running `Command { std: "docker" "start" "-a" "2bdf43a4bdb4cc99c68f5027b2e78fd59ec34a5b0d8b4bcaa5fb8ecea4ce0665", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/tokio-tutorial/Cargo.toml: file found to be present in multiple build targets: /opt/rustwide/workdir/tokio-tutorial/src/bin/tokio-hello.rs [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling basic-tutorial v0.1.0 (/opt/rustwide/workdir/basic-tutorial) [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling pin-project-lite v0.1.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling minigrep v0.1.0 (/opt/rustwide/workdir/minigrep) [INFO] [stderr] Compiling webserver v0.1.0 (/opt/rustwide/workdir/webserver) [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | kind: IpAddrKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IpAddr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `address` [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | address: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `IpAddr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling http v0.2.0 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bytes-tutorial v0.1.0 (/opt/rustwide/workdir/bytes-tutorial) [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling clap-tutorial v0.1.0 (/opt/rustwide/workdir/clap-tutorial) [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling tokio v0.2.5 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling tokio-tutorial v0.1.0 (/opt/rustwide/workdir/tokio-tutorial) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "2bdf43a4bdb4cc99c68f5027b2e78fd59ec34a5b0d8b4bcaa5fb8ecea4ce0665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bdf43a4bdb4cc99c68f5027b2e78fd59ec34a5b0d8b4bcaa5fb8ecea4ce0665", kill_on_drop: false }` [INFO] [stdout] 2bdf43a4bdb4cc99c68f5027b2e78fd59ec34a5b0d8b4bcaa5fb8ecea4ce0665 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f49e2bd116367e3c9004dd1e1a52d0a72186e16406c682464cc2b6266da11bc5 [INFO] running `Command { std: "docker" "start" "-a" "f49e2bd116367e3c9004dd1e1a52d0a72186e16406c682464cc2b6266da11bc5", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/tokio-tutorial/Cargo.toml: file found to be present in multiple build targets: /opt/rustwide/workdir/tokio-tutorial/src/bin/tokio-hello.rs [INFO] [stderr] Compiling webserver v0.1.0 (/opt/rustwide/workdir/webserver) [INFO] [stderr] Compiling basic-tutorial v0.1.0 (/opt/rustwide/workdir/basic-tutorial) [INFO] [stderr] Compiling minigrep v0.1.0 (/opt/rustwide/workdir/minigrep) [INFO] [stderr] Compiling bytes-tutorial v0.1.0 (/opt/rustwide/workdir/bytes-tutorial) [INFO] [stderr] Compiling clap-tutorial v0.1.0 (/opt/rustwide/workdir/clap-tutorial) [INFO] [stderr] Compiling tokio-tutorial v0.1.0 (/opt/rustwide/workdir/tokio-tutorial) [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | kind: IpAddrKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IpAddr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `address` [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | address: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `IpAddr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> basic-tutorial/src/enum_test.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio_connect --edition=2018 tokio-tutorial/src/bin/tokio-connect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5c1cc8db72b6c09d -C extra-filename=-5c1cc8db72b6c09d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3d9ced61f09c306f.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2d34cf4887d5bd55.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4545e96467fcda26.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2a10ed00061e824e.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ce5430332493bcef.rlib --extern tokio_tutorial=/opt/rustwide/target/debug/deps/libtokio_tutorial-ede96cda26306a76.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8b9a462b63e77d0c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tokio-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio_echo --edition=2018 tokio-tutorial/src/bin/tokio-echo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0609625c72a6e99c -C extra-filename=-0609625c72a6e99c --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3d9ced61f09c306f.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2d34cf4887d5bd55.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4545e96467fcda26.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2a10ed00061e824e.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ce5430332493bcef.rlib --extern tokio_tutorial=/opt/rustwide/target/debug/deps/libtokio_tutorial-ede96cda26306a76.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8b9a462b63e77d0c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `tokio-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio_hello --edition=2018 tokio-tutorial/src/bin/tokio-hello.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d77de5f35ccb7497 -C extra-filename=-d77de5f35ccb7497 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3d9ced61f09c306f.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2d34cf4887d5bd55.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4545e96467fcda26.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2a10ed00061e824e.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ce5430332493bcef.rlib --extern tokio_tutorial=/opt/rustwide/target/debug/deps/libtokio_tutorial-ede96cda26306a76.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8b9a462b63e77d0c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `tokio-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio_connect --edition=2018 tokio-tutorial/src/bin/tokio-connect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6bb876ff7d0368ed -C extra-filename=-6bb876ff7d0368ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3d9ced61f09c306f.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2d34cf4887d5bd55.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4545e96467fcda26.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2a10ed00061e824e.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ce5430332493bcef.rlib --extern tokio_tutorial=/opt/rustwide/target/debug/deps/libtokio_tutorial-ede96cda26306a76.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8b9a462b63e77d0c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `minigrep` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name minigrep minigrep/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=777b84cce3f74b03 -C extra-filename=-777b84cce3f74b03 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `tokio-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio_echo --edition=2018 tokio-tutorial/src/bin/tokio-echo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=65f88b4fd62b8af9 -C extra-filename=-65f88b4fd62b8af9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3d9ced61f09c306f.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2d34cf4887d5bd55.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4545e96467fcda26.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2a10ed00061e824e.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ce5430332493bcef.rlib --extern tokio_tutorial=/opt/rustwide/target/debug/deps/libtokio_tutorial-ede96cda26306a76.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8b9a462b63e77d0c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `tokio-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio_hello --edition=2018 tokio-tutorial/src/bin/tokio-hello.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=892d0ef4eaa77017 -C extra-filename=-892d0ef4eaa77017 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3d9ced61f09c306f.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2d34cf4887d5bd55.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-4545e96467fcda26.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2a10ed00061e824e.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ce5430332493bcef.rlib --extern tokio_tutorial=/opt/rustwide/target/debug/deps/libtokio_tutorial-ede96cda26306a76.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8b9a462b63e77d0c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `basic-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name basic_tutorial basic-tutorial/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=744d1b5260327247 -C extra-filename=-744d1b5260327247 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `webserver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name webserver webserver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b6b8e7ac763226d9 -C extra-filename=-b6b8e7ac763226d9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `basic-tutorial`; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name enum_test basic-tutorial/src/enum_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a3b095e00de14d31 -C extra-filename=-a3b095e00de14d31 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern basic_tutorial=/opt/rustwide/target/debug/deps/libbasic_tutorial-756f827d2e285869.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `basic-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name box_test basic-tutorial/src/box_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=e197afb214f3a765 -C extra-filename=-e197afb214f3a765 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern basic_tutorial=/opt/rustwide/target/debug/deps/libbasic_tutorial-756f827d2e285869.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `basic-tutorial` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name shared_state_test basic-tutorial/src/shared_state_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=dc113dd906c8c8bc -C extra-filename=-dc113dd906c8c8bc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern basic_tutorial=/opt/rustwide/target/debug/deps/libbasic_tutorial-756f827d2e285869.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `webserver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name main webserver/src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=8ab37fc9c54e838c -C extra-filename=-8ab37fc9c54e838c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern webserver=/opt/rustwide/target/debug/deps/libwebserver-43be92a19cc51a4f.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "f49e2bd116367e3c9004dd1e1a52d0a72186e16406c682464cc2b6266da11bc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f49e2bd116367e3c9004dd1e1a52d0a72186e16406c682464cc2b6266da11bc5", kill_on_drop: false }` [INFO] [stdout] f49e2bd116367e3c9004dd1e1a52d0a72186e16406c682464cc2b6266da11bc5