[INFO] cloning repository https://github.com/bnavetta/sparkler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bnavetta/sparkler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnavetta%2Fsparkler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnavetta%2Fsparkler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2a9f255854ed5ec20cf564970a35d053618e8508 [INFO] testing bnavetta/sparkler against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnavetta%2Fsparkler" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bnavetta/sparkler on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/bnavetta/sparkler [INFO] finished tweaking git repo https://github.com/bnavetta/sparkler [INFO] tweaked toml for git repo https://github.com/bnavetta/sparkler written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/bnavetta/sparkler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hyperlocal v0.8.0 [INFO] [stderr] Downloaded unshare v0.6.0 [INFO] [stderr] Downloaded libc v0.2.83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52ee4602e20c1be2a12d331349e3c424c4bb8510c99e16e6227a1e94519fc0f3 [INFO] running `Command { std: "docker" "start" "-a" "52ee4602e20c1be2a12d331349e3c424c4bb8510c99e16e6227a1e94519fc0f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52ee4602e20c1be2a12d331349e3c424c4bb8510c99e16e6227a1e94519fc0f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ee4602e20c1be2a12d331349e3c424c4bb8510c99e16e6227a1e94519fc0f3", kill_on_drop: false }` [INFO] [stdout] 52ee4602e20c1be2a12d331349e3c424c4bb8510c99e16e6227a1e94519fc0f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50ca9d816214ebb4dd9f2ca4ff841dc0e3a09fca40bbace53173b38fbc2f4b44 [INFO] running `Command { std: "docker" "start" "-a" "50ca9d816214ebb4dd9f2ca4ff841dc0e3a09fca40bbace53173b38fbc2f4b44", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling libc v0.2.83 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.12 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.1.0 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling thread_local v1.1.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling nix v0.19.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling unshare v0.6.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pin-project-internal v1.0.4 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling pin-project v1.0.4 [INFO] [stderr] Compiling hyper v0.14.2 [INFO] [stderr] Compiling hyperlocal v0.8.0 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling sparkler v0.1.0 (/opt/rustwide/workdir/sparkler) [INFO] [stdout] warning: variant is never constructed: `FlushMetrics` [INFO] [stdout] --> sparkler/src/firecracker/api.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | FlushMetrics, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SendCtrlAltDel` [INFO] [stdout] --> sparkler/src/firecracker/api.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | SendCtrlAltDel, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> sparkler/src/firecracker/jailer.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn new(id: &'a str, user: Uid, group: Gid) -> Config<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.73s [INFO] running `Command { std: "docker" "inspect" "50ca9d816214ebb4dd9f2ca4ff841dc0e3a09fca40bbace53173b38fbc2f4b44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50ca9d816214ebb4dd9f2ca4ff841dc0e3a09fca40bbace53173b38fbc2f4b44", kill_on_drop: false }` [INFO] [stdout] 50ca9d816214ebb4dd9f2ca4ff841dc0e3a09fca40bbace53173b38fbc2f4b44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 816e3ce726e1a603421461ffbe325241666bcffe0bb84fb28b3596873c5fd28f [INFO] running `Command { std: "docker" "start" "-a" "816e3ce726e1a603421461ffbe325241666bcffe0bb84fb28b3596873c5fd28f", kill_on_drop: false }` [INFO] [stderr] Compiling sparkler v0.1.0 (/opt/rustwide/workdir/sparkler) [INFO] [stdout] warning: variant is never constructed: `FlushMetrics` [INFO] [stdout] --> sparkler/src/firecracker/api.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | FlushMetrics, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SendCtrlAltDel` [INFO] [stdout] --> sparkler/src/firecracker/api.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | SendCtrlAltDel, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> sparkler/src/firecracker/jailer.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn new(id: &'a str, user: Uid, group: Gid) -> Config<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.37s [INFO] running `Command { std: "docker" "inspect" "816e3ce726e1a603421461ffbe325241666bcffe0bb84fb28b3596873c5fd28f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "816e3ce726e1a603421461ffbe325241666bcffe0bb84fb28b3596873c5fd28f", kill_on_drop: false }` [INFO] [stdout] 816e3ce726e1a603421461ffbe325241666bcffe0bb84fb28b3596873c5fd28f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 304a264a3210eef6fa61a82a08a5fcef7881b042c7af4fee5d7022860ff9652c [INFO] running `Command { std: "docker" "start" "-a" "304a264a3210eef6fa61a82a08a5fcef7881b042c7af4fee5d7022860ff9652c", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `FlushMetrics` [INFO] [stderr] --> sparkler/src/firecracker/api.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | FlushMetrics, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SendCtrlAltDel` [INFO] [stderr] --> sparkler/src/firecracker/api.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | SendCtrlAltDel, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> sparkler/src/firecracker/jailer.rs:61:8 [INFO] [stderr] | [INFO] [stderr] 61 | fn new(id: &'a str, user: Uid, group: Gid) -> Config<'a> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sparkler-d1a9c4850228c3aa) [INFO] [stdout] running 2 tests [INFO] [stdout] test network::cni::schema::tests::test_single_plugin ... ok [INFO] [stdout] test network::cni::schema::tests::test_plugin_list ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "304a264a3210eef6fa61a82a08a5fcef7881b042c7af4fee5d7022860ff9652c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "304a264a3210eef6fa61a82a08a5fcef7881b042c7af4fee5d7022860ff9652c", kill_on_drop: false }` [INFO] [stdout] 304a264a3210eef6fa61a82a08a5fcef7881b042c7af4fee5d7022860ff9652c