[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-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ubnt-intrepid/rust-plugin-example on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-5/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-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f9a42ce21d71711dd4a0e9990b6e32d36ce48a7ac860332d29d961a95db6b9a7 [INFO] running `Command { std: "docker" "start" "-a" "f9a42ce21d71711dd4a0e9990b6e32d36ce48a7ac860332d29d961a95db6b9a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9a42ce21d71711dd4a0e9990b6e32d36ce48a7ac860332d29d961a95db6b9a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9a42ce21d71711dd4a0e9990b6e32d36ce48a7ac860332d29d961a95db6b9a7", kill_on_drop: false }` [INFO] [stdout] f9a42ce21d71711dd4a0e9990b6e32d36ce48a7ac860332d29d961a95db6b9a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df16ef8574fc38b90effbfa4cc5c25cd123a737b98136c8735edb999802bca90 [INFO] running `Command { std: "docker" "start" "-a" "df16ef8574fc38b90effbfa4cc5c25cd123a737b98136c8735edb999802bca90", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.48 [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 29.67s [INFO] running `Command { std: "docker" "inspect" "df16ef8574fc38b90effbfa4cc5c25cd123a737b98136c8735edb999802bca90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df16ef8574fc38b90effbfa4cc5c25cd123a737b98136c8735edb999802bca90", kill_on_drop: false }` [INFO] [stdout] df16ef8574fc38b90effbfa4cc5c25cd123a737b98136c8735edb999802bca90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cd94396c883f65b9f657ee8c9da922b43de8419945c393b154bbaf058635d59 [INFO] running `Command { std: "docker" "start" "-a" "6cd94396c883f65b9f657ee8c9da922b43de8419945c393b154bbaf058635d59", kill_on_drop: false }` [INFO] [stderr] Compiling calc v0.1.0 (/opt/rustwide/workdir/calc) [INFO] [stderr] Compiling calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add) [INFO] [stderr] Compiling calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/calc-e97fb63e0cfb5915) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/calc-66890dd14716975d) [INFO] [stderr] Executable unittests lib.rs (/opt/rustwide/target/debug/deps/calc_plugin_add-e7880a98a09cdec8) [INFO] [stderr] Executable unittests lib.rs (/opt/rustwide/target/debug/deps/calc_plugin_mul-4a5c96ae091d66ba) [INFO] running `Command { std: "docker" "inspect" "6cd94396c883f65b9f657ee8c9da922b43de8419945c393b154bbaf058635d59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cd94396c883f65b9f657ee8c9da922b43de8419945c393b154bbaf058635d59", kill_on_drop: false }` [INFO] [stdout] 6cd94396c883f65b9f657ee8c9da922b43de8419945c393b154bbaf058635d59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 176351ea415ca04468c05c3df9f1c8c9577169c703739d9b49ff07a28b2388cc [INFO] running `Command { std: "docker" "start" "-a" "176351ea415ca04468c05c3df9f1c8c9577169c703739d9b49ff07a28b2388cc", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests src/lib.rs (/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 src/main.rs (/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 lib.rs (/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 lib.rs (/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" "176351ea415ca04468c05c3df9f1c8c9577169c703739d9b49ff07a28b2388cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "176351ea415ca04468c05c3df9f1c8c9577169c703739d9b49ff07a28b2388cc", kill_on_drop: false }` [INFO] [stdout] 176351ea415ca04468c05c3df9f1c8c9577169c703739d9b49ff07a28b2388cc