[INFO] cloning repository https://github.com/ubnt-intrepid/rust-plugin-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ubnt-intrepid/rust-plugin-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b2f5d298f9704eaf4ec47efe0fbc4600429e925 [INFO] testing ubnt-intrepid/rust-plugin-example against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ubnt-intrepid/rust-plugin-example on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ubnt-intrepid/rust-plugin-example [INFO] finished tweaking git repo https://github.com/ubnt-intrepid/rust-plugin-example [INFO] tweaked toml for git repo https://github.com/ubnt-intrepid/rust-plugin-example written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate git repo https://github.com/ubnt-intrepid/rust-plugin-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 893bca7ece377b946d1672f30fbc4d9acd9fc9a2a7954eb279550ea3e53ab731 [INFO] running `Command { std: "docker" "start" "-a" "893bca7ece377b946d1672f30fbc4d9acd9fc9a2a7954eb279550ea3e53ab731", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "893bca7ece377b946d1672f30fbc4d9acd9fc9a2a7954eb279550ea3e53ab731", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "893bca7ece377b946d1672f30fbc4d9acd9fc9a2a7954eb279550ea3e53ab731", kill_on_drop: false }` [INFO] [stdout] 893bca7ece377b946d1672f30fbc4d9acd9fc9a2a7954eb279550ea3e53ab731 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94ef479ebcf7e2112e493174b4fe8b0010871bdfe286a96ee1bb3cf782bdf370 [INFO] running `Command { std: "docker" "start" "-a" "94ef479ebcf7e2112e493174b4fe8b0010871bdfe286a96ee1bb3cf782bdf370", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.26 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling calc v0.1.0 (/opt/rustwide/workdir/calc) [INFO] [stderr] Compiling calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul) [INFO] [stderr] Compiling calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.44s [INFO] running `Command { std: "docker" "inspect" "94ef479ebcf7e2112e493174b4fe8b0010871bdfe286a96ee1bb3cf782bdf370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94ef479ebcf7e2112e493174b4fe8b0010871bdfe286a96ee1bb3cf782bdf370", kill_on_drop: false }` [INFO] [stdout] 94ef479ebcf7e2112e493174b4fe8b0010871bdfe286a96ee1bb3cf782bdf370 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b201d131a4f9d4d6e7f508c5cc5ff514291cbc3bfe91c949f51ea248ac2f3eb [INFO] running `Command { std: "docker" "start" "-a" "0b201d131a4f9d4d6e7f508c5cc5ff514291cbc3bfe91c949f51ea248ac2f3eb", kill_on_drop: false }` [INFO] [stderr] Compiling calc v0.1.0 (/opt/rustwide/workdir/calc) [INFO] [stderr] Compiling calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul) [INFO] [stderr] Compiling calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "0b201d131a4f9d4d6e7f508c5cc5ff514291cbc3bfe91c949f51ea248ac2f3eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b201d131a4f9d4d6e7f508c5cc5ff514291cbc3bfe91c949f51ea248ac2f3eb", kill_on_drop: false }` [INFO] [stdout] 0b201d131a4f9d4d6e7f508c5cc5ff514291cbc3bfe91c949f51ea248ac2f3eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 333d94656dbbbd5f674720b332d62975d36a15c0968dd2853c4fb7f9f1ea9c3a [INFO] running `Command { std: "docker" "start" "-a" "333d94656dbbbd5f674720b332d62975d36a15c0968dd2853c4fb7f9f1ea9c3a", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calc-e97fb63e0cfb5915) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calc-66890dd14716975d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calc_plugin_add-e7880a98a09cdec8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/calc_plugin_mul-4a5c96ae091d66ba) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests calc [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "333d94656dbbbd5f674720b332d62975d36a15c0968dd2853c4fb7f9f1ea9c3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "333d94656dbbbd5f674720b332d62975d36a15c0968dd2853c4fb7f9f1ea9c3a", kill_on_drop: false }` [INFO] [stdout] 333d94656dbbbd5f674720b332d62975d36a15c0968dd2853c4fb7f9f1ea9c3a