[INFO] cloning repository https://github.com/terassyi/rscni [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terassyi/rscni" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterassyi%2Frscni", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterassyi%2Frscni'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2a6c8d7465cd28add93ebb8f75b561d498d848b7 [INFO] testing terassyi/rscni against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterassyi%2Frscni" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/terassyi/rscni [INFO] finished tweaking git repo https://github.com/terassyi/rscni [INFO] tweaked toml for git repo https://github.com/terassyi/rscni written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/terassyi/rscni on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/terassyi/rscni 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8bcc45ff4b4e373717455ebf4ce4baa8c1c007fdfc0fe39d2e0029404ffd007 [INFO] running `Command { std: "docker" "start" "-a" "e8bcc45ff4b4e373717455ebf4ce4baa8c1c007fdfc0fe39d2e0029404ffd007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8bcc45ff4b4e373717455ebf4ce4baa8c1c007fdfc0fe39d2e0029404ffd007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8bcc45ff4b4e373717455ebf4ce4baa8c1c007fdfc0fe39d2e0029404ffd007", kill_on_drop: false }` [INFO] [stdout] e8bcc45ff4b4e373717455ebf4ce4baa8c1c007fdfc0fe39d2e0029404ffd007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 356529a075ca29630e1933b35e97d0ca7e893b334da013d4d56213625769323d [INFO] running `Command { std: "docker" "start" "-a" "356529a075ca29630e1933b35e97d0ca7e893b334da013d4d56213625769323d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling rscni v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `stderr` is never read [INFO] [stdout] --> src/util.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 5 | pub(super) struct IoTarget { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 8 | pub(super) stderr: Box, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s [INFO] running `Command { std: "docker" "inspect" "356529a075ca29630e1933b35e97d0ca7e893b334da013d4d56213625769323d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "356529a075ca29630e1933b35e97d0ca7e893b334da013d4d56213625769323d", kill_on_drop: false }` [INFO] [stdout] 356529a075ca29630e1933b35e97d0ca7e893b334da013d4d56213625769323d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c86f315115ee902f1f244f4049ea24e3618e9461160c928a789d24e690186b8 [INFO] running `Command { std: "docker" "start" "-a" "6c86f315115ee902f1f244f4049ea24e3618e9461160c928a789d24e690186b8", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling relative-path v1.9.2 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling rstest v0.18.2 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling rscni v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `stderr` is never read [INFO] [stdout] --> src/util.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 5 | pub(super) struct IoTarget { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 8 | pub(super) stderr: Box, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `stderr` is never read [INFO] [stdout] --> src/util.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 5 | pub(super) struct IoTarget { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 8 | pub(super) stderr: Box, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.24s [INFO] running `Command { std: "docker" "inspect" "6c86f315115ee902f1f244f4049ea24e3618e9461160c928a789d24e690186b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c86f315115ee902f1f244f4049ea24e3618e9461160c928a789d24e690186b8", kill_on_drop: false }` [INFO] [stdout] 6c86f315115ee902f1f244f4049ea24e3618e9461160c928a789d24e690186b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5a54357eba751b67941d686d95f9353c6c9603085781be4cd194cdb3f310b3e5 [INFO] running `Command { std: "docker" "start" "-a" "5a54357eba751b67941d686d95f9353c6c9603085781be4cd194cdb3f310b3e5", kill_on_drop: false }` [INFO] [stderr] warning: field `stderr` is never read [INFO] [stderr] --> src/util.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 5 | pub(super) struct IoTarget { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 8 | pub(super) stderr: Box, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rscni` (lib) generated 1 warning [INFO] [stderr] warning: `rscni` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rscni-4a426311b8fe2a5b) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_1 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_2 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_3 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_4 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_5 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_6 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_7 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_8 ... ok [INFO] [stdout] test skel::tests::plugin_dispatcher_run::case_9 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_2 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_1 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_3 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_4 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_5 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_6 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_7 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_success_result::case_1 ... ok [INFO] [stdout] test version::tests::plugin_info_validate ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_success_result::case_2 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_success_result::case_3 ... ok [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_9 ... ok [INFO] [stderr] Doc-tests rscni [INFO] [stdout] test types::tests::deserialize_and_serialize_net_conf::case_8 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 12) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5a54357eba751b67941d686d95f9353c6c9603085781be4cd194cdb3f310b3e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a54357eba751b67941d686d95f9353c6c9603085781be4cd194cdb3f310b3e5", kill_on_drop: false }` [INFO] [stdout] 5a54357eba751b67941d686d95f9353c6c9603085781be4cd194cdb3f310b3e5