[INFO] cloning repository https://github.com/ritesh/hello_rust_lambda [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ritesh/hello_rust_lambda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh%2Fhello_rust_lambda", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh%2Fhello_rust_lambda'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] abe0988c70289e3c6f1ed2d30ef4653d929cedab [INFO] testing ritesh/hello_rust_lambda against master#595316b4006932405a63862d8fe65f71a6356293 for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh%2Fhello_rust_lambda" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ritesh/hello_rust_lambda on toolchain 595316b4006932405a63862d8fe65f71a6356293 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/ritesh/hello_rust_lambda [INFO] finished tweaking git repo https://github.com/ritesh/hello_rust_lambda [INFO] tweaked toml for git repo https://github.com/ritesh/hello_rust_lambda written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ritesh/hello_rust_lambda already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3a532864ad8de441f70916ad30d937ec0f7d268bc7c6e514f21210125e71ecd [INFO] running `Command { std: "docker" "start" "-a" "e3a532864ad8de441f70916ad30d937ec0f7d268bc7c6e514f21210125e71ecd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3a532864ad8de441f70916ad30d937ec0f7d268bc7c6e514f21210125e71ecd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3a532864ad8de441f70916ad30d937ec0f7d268bc7c6e514f21210125e71ecd", kill_on_drop: false }` [INFO] [stdout] e3a532864ad8de441f70916ad30d937ec0f7d268bc7c6e514f21210125e71ecd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f98ebd0fb4c0e423e72651b16f4e09ddec64260b9cb49be7e53210c8b503862 [INFO] running `Command { std: "docker" "start" "-a" "9f98ebd0fb4c0e423e72651b16f4e09ddec64260b9cb49be7e53210c8b503862", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling lambda_runtime_core v0.1.0 [INFO] [stderr] Compiling simple-error v0.1.13 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling simple_logger v1.0.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling lambda_runtime_errors v0.1.0 [INFO] [stderr] Compiling lambda_runtime_client v0.2.0 [INFO] [stderr] Compiling lambda_runtime v0.2.0 [INFO] [stderr] Compiling hello_rust_lambda v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/main.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | fn my_handler(e: CloudWatchEvent, c: lambda::Context) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CustomEvent` is never constructed [INFO] [stdout] --> src/main.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct CustomEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct CloudWatchEvent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 21 | version: String, [INFO] [stdout] 22 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 26 | account: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 27 | time: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | region: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 29 | //TODO: [INFO] [stdout] 30 | resources: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 31 | detail: Map, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CloudWatchEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s [INFO] running `Command { std: "docker" "inspect" "9f98ebd0fb4c0e423e72651b16f4e09ddec64260b9cb49be7e53210c8b503862", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f98ebd0fb4c0e423e72651b16f4e09ddec64260b9cb49be7e53210c8b503862", kill_on_drop: false }` [INFO] [stdout] 9f98ebd0fb4c0e423e72651b16f4e09ddec64260b9cb49be7e53210c8b503862 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69e7994b067a95ceafb53154a51640ae09942ce2710e54782c8604cd912bd678 [INFO] running `Command { std: "docker" "start" "-a" "69e7994b067a95ceafb53154a51640ae09942ce2710e54782c8604cd912bd678", kill_on_drop: false }` [INFO] [stderr] Compiling hello_rust_lambda v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/main.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | fn my_handler(e: CloudWatchEvent, c: lambda::Context) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CustomEvent` is never constructed [INFO] [stdout] --> src/main.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct CustomEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `source`, `account`, `time`, `region`, and `resources` are never read [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct CloudWatchEvent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 21 | version: String, [INFO] [stdout] 22 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 26 | account: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 27 | time: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | region: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 29 | //TODO: [INFO] [stdout] 30 | resources: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CloudWatchEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "69e7994b067a95ceafb53154a51640ae09942ce2710e54782c8604cd912bd678", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69e7994b067a95ceafb53154a51640ae09942ce2710e54782c8604cd912bd678", kill_on_drop: false }` [INFO] [stdout] 69e7994b067a95ceafb53154a51640ae09942ce2710e54782c8604cd912bd678 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6eea5ed1fc203b5886432430d72894a39e42eb0d5e97b8c13e01f2b42f727680 [INFO] running `Command { std: "docker" "start" "-a" "6eea5ed1fc203b5886432430d72894a39e42eb0d5e97b8c13e01f2b42f727680", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/main.rs:44:35 [INFO] [stderr] | [INFO] [stderr] 44 | fn my_handler(e: CloudWatchEvent, c: lambda::Context) -> Result { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `CustomEvent` is never constructed [INFO] [stderr] --> src/main.rs:14:8 [INFO] [stderr] | [INFO] [stderr] 14 | struct CustomEvent { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `id`, `source`, `account`, `time`, `region`, and `resources` are never read [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 20 | struct CloudWatchEvent { [INFO] [stderr] | --------------- fields in this struct [INFO] [stderr] 21 | version: String, [INFO] [stderr] 22 | id: String, [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 25 | source: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 26 | account: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 27 | time: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 28 | region: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 29 | //TODO: [INFO] [stderr] 30 | resources: Vec, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CloudWatchEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `hello_rust_lambda` (bin "bootstrap" test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bootstrap-91613a4cacd638e6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_de ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6eea5ed1fc203b5886432430d72894a39e42eb0d5e97b8c13e01f2b42f727680", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eea5ed1fc203b5886432430d72894a39e42eb0d5e97b8c13e01f2b42f727680", kill_on_drop: false }` [INFO] [stdout] 6eea5ed1fc203b5886432430d72894a39e42eb0d5e97b8c13e01f2b42f727680 [INFO] testing ritesh/hello_rust_lambda against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh%2Fhello_rust_lambda" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ritesh/hello_rust_lambda on toolchain 5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/ritesh/hello_rust_lambda [INFO] finished tweaking git repo https://github.com/ritesh/hello_rust_lambda [INFO] tweaked toml for git repo https://github.com/ritesh/hello_rust_lambda written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ritesh/hello_rust_lambda already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3791a41b3350580b7bdf027524544e92b01d078eafd58b121ef1a6efad160bb9 [INFO] running `Command { std: "docker" "start" "-a" "3791a41b3350580b7bdf027524544e92b01d078eafd58b121ef1a6efad160bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3791a41b3350580b7bdf027524544e92b01d078eafd58b121ef1a6efad160bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3791a41b3350580b7bdf027524544e92b01d078eafd58b121ef1a6efad160bb9", kill_on_drop: false }` [INFO] [stdout] 3791a41b3350580b7bdf027524544e92b01d078eafd58b121ef1a6efad160bb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e0e923f1621b661acb369c892cd4a6333c3244e2bcd8dc66a124a3259332d2c [INFO] running `Command { std: "docker" "start" "-a" "7e0e923f1621b661acb369c892cd4a6333c3244e2bcd8dc66a124a3259332d2c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling lambda_runtime_core v0.1.0 [INFO] [stderr] Compiling simple-error v0.1.13 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling simple_logger v1.0.1 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling lambda_runtime_errors v0.1.0 [INFO] [stderr] Compiling lambda_runtime_client v0.2.0 [INFO] [stderr] Compiling lambda_runtime v0.2.0 [INFO] [stderr] Compiling hello_rust_lambda v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/main.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | fn my_handler(e: CloudWatchEvent, c: lambda::Context) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CustomEvent` is never constructed [INFO] [stdout] --> src/main.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct CustomEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct CloudWatchEvent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 21 | version: String, [INFO] [stdout] 22 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 26 | account: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 27 | time: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | region: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 29 | //TODO: [INFO] [stdout] 30 | resources: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 31 | detail: Map, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CloudWatchEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s [INFO] running `Command { std: "docker" "inspect" "7e0e923f1621b661acb369c892cd4a6333c3244e2bcd8dc66a124a3259332d2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e0e923f1621b661acb369c892cd4a6333c3244e2bcd8dc66a124a3259332d2c", kill_on_drop: false }` [INFO] [stdout] 7e0e923f1621b661acb369c892cd4a6333c3244e2bcd8dc66a124a3259332d2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 389a8c18046ac1766e5723d521dacdc8eafcd06c43bb59e2786c1e928b59ef1f [INFO] running `Command { std: "docker" "start" "-a" "389a8c18046ac1766e5723d521dacdc8eafcd06c43bb59e2786c1e928b59ef1f", kill_on_drop: false }` [INFO] [stderr] Compiling hello_rust_lambda v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/main.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | fn my_handler(e: CloudWatchEvent, c: lambda::Context) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CustomEvent` is never constructed [INFO] [stdout] --> src/main.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct CustomEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `source`, `account`, `time`, `region`, and `resources` are never read [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct CloudWatchEvent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 21 | version: String, [INFO] [stdout] 22 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 26 | account: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 27 | time: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | region: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 29 | //TODO: [INFO] [stdout] 30 | resources: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CloudWatchEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc1qxTqJ/symbols.o" "/opt/rustwide/target/debug/deps/bootstrap-91613a4cacd638e6.bootstrap.89a4b0b7a9801afd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bootstrap-91613a4cacd638e6.1lc86p3d2w8634n21erqsidip.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-a233e9ad5af11454/out" "-L" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d2aabef62695c36a.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-85ffb1adee1b6de7.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-47c1d1c97d43fb9c.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-767d58143f86b11a.rlib" "/opt/rustwide/target/debug/deps/libsimple_error-771c13541406123c.rlib" "/opt/rustwide/target/debug/deps/liblambda_runtime-96fce6d040089e2d.rlib" "/opt/rustwide/target/debug/deps/liblambda_runtime_core-0fb2c3a76d30897a.rlib" "/opt/rustwide/target/debug/deps/liblambda_runtime_client-db53eb861e8bd0cb.rlib" "/opt/rustwide/target/debug/deps/liblambda_runtime_errors-e29f578e98eeb6d1.rlib" "/opt/rustwide/target/debug/deps/libserde_json-56a66f7eb46defa1.rlib" "/opt/rustwide/target/debug/deps/libryu-9c1ac7bdf27b1d3b.rlib" "/opt/rustwide/target/debug/deps/libserde-43b9f80c528b330c.rlib" "/opt/rustwide/target/debug/deps/libhyper-8644c4b66a2a7936.rlib" "/opt/rustwide/target/debug/deps/libwant-d892cd0c9f62e351.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-faab4b7f7746394d.rlib" "/opt/rustwide/target/debug/deps/libtokio-489857772516a1a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-217048eb34a11d45.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-0aa8ccbd701fd573.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a89904ae7c04e415.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-90e2bb5c18b8dd52.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-2b335c8da128c824.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-9293decabc0c0558.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-b1339178e03ee7cb.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-a39ca796a7d846c4.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-f033a8a815cfddc9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-29905e7b0e65a519.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-dcc60e7f1e31a67c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-0127323205a43ac8.rlib" "/opt/rustwide/target/debug/deps/librand-400b533d76cfd7e2.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-73c6a504b823bc0c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-6a22d7b45108fa75.rlib" "/opt/rustwide/target/debug/deps/librand_hc-733493d88f6bbce4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6ab9adefd2a51006.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d16d0b64dfe08f8a.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a58217375b7d847.rlib" "/opt/rustwide/target/debug/deps/librand_os-709b7e9fb7c8a5da.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-6abc480e61f8c116.rlib" "/opt/rustwide/target/debug/deps/librand_core-bcea5e55c54289de.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4e740fa14d39e6f9.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9c06c083e3cc7a6c.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-ff2d6f41169dcc19.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-30e9d5934c4508f7.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-faf3090b463fa565.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-4d922e06e1d955a4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-16c3b652f9b1af9f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-11280264ea39e0df.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d580d0a75f1dc37d.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-e154eb127ab2a205.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-0f53c94e5d2ab484.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-00c4a98264ce5650.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-dac14d7cbcf815a6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-721768308b30ce59.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2d7273ae5c232b84.rlib" "/opt/rustwide/target/debug/deps/libmio-f13a449da2fa2a82.rlib" "/opt/rustwide/target/debug/deps/liblazycell-61ea7efd7bddb8ef.rlib" "/opt/rustwide/target/debug/deps/libnet2-37d987ff514cda68.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d3f12d6bd08258a3.rlib" "/opt/rustwide/target/debug/deps/libh2-5bc4fecd971743d7.rlib" "/opt/rustwide/target/debug/deps/libindexmap-75b99ad95cf1e31e.rlib" "/opt/rustwide/target/debug/deps/libstring-9682f5bf173c4e21.rlib" "/opt/rustwide/target/debug/deps/libslab-b2f2c2b52e54ee9b.rlib" "/opt/rustwide/target/debug/deps/libhttp-aeee6ed48379e877.rlib" "/opt/rustwide/target/debug/deps/libitoa-93eb953bd3b0b8a6.rlib" "/opt/rustwide/target/debug/deps/libfnv-3c814c2a55708c09.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-a1fd156b6be8929f.rlib" "/opt/rustwide/target/debug/deps/liblog-dd09adec0b70de37.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-1cd361533afbd9fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-75cdc93a08fd82b1.rlib" "/opt/rustwide/target/debug/deps/libfutures-743f966808a5c8aa.rlib" "/opt/rustwide/target/debug/deps/libbytes-6234cb43d1425e22.rlib" "/opt/rustwide/target/debug/deps/libiovec-33260299cc8b0f91.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c9c9c50457833a86.rlib" "/opt/rustwide/target/debug/deps/libchrono-1be2869c8d37f67e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9d4ed418a8c57845.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-70cb8bd7105e6ec0.rlib" "/opt/rustwide/target/debug/deps/libtime-c8698a326b8288c1.rlib" "/opt/rustwide/target/debug/deps/libfailure-390294f9fb33245f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e702b3a0f1845836.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19739896016c2267.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-2f0633c39e85b670.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-afe7a130bc93b41e.rlib" "/opt/rustwide/target/debug/deps/liblibc-75f59add8c3099b9.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9506e3738f23e7c7.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0e87bdc388165b9b.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-28d2ee21ffecbcd0.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-4cd64c3d9fc2560b.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a1fedeceba4cc892.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0b8915cbc76cd410.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-fec2ce82fc5b17fa.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-fdb02324b55b2840.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-db981ef273c68b12.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-2c4968ed4cb29e9c.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-661cdd70a5b83118.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9cbb3bfdc8e63ca5.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a4c5ad4392a26401.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9409cd7d030362b9.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-80d2f129fb536a6f.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7586cb84705120bb.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/deps/bootstrap-91613a4cacd638e6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hello_rust_lambda` (bin "bootstrap" test) due to 1 previous error; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "389a8c18046ac1766e5723d521dacdc8eafcd06c43bb59e2786c1e928b59ef1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "389a8c18046ac1766e5723d521dacdc8eafcd06c43bb59e2786c1e928b59ef1f", kill_on_drop: false }` [INFO] [stdout] 389a8c18046ac1766e5723d521dacdc8eafcd06c43bb59e2786c1e928b59ef1f