[INFO] cloning repository https://github.com/galambborong/fib-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/galambborong/fib-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgalambborong%2Ffib-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgalambborong%2Ffib-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 175c159eb6e682cbf0bcfcdb4c6c425d887b3577 [INFO] testing galambborong/fib-rust against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgalambborong%2Ffib-rust" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/galambborong/fib-rust on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/galambborong/fib-rust [INFO] finished tweaking git repo https://github.com/galambborong/fib-rust [INFO] tweaked toml for git repo https://github.com/galambborong/fib-rust written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/galambborong/fib-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4dd08f4e334b9c8818cc667240a61ce8b0bec79a26955e8fdee67e982c8568cd [INFO] running `Command { std: "docker" "start" "-a" "4dd08f4e334b9c8818cc667240a61ce8b0bec79a26955e8fdee67e982c8568cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4dd08f4e334b9c8818cc667240a61ce8b0bec79a26955e8fdee67e982c8568cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dd08f4e334b9c8818cc667240a61ce8b0bec79a26955e8fdee67e982c8568cd", kill_on_drop: false }` [INFO] [stdout] 4dd08f4e334b9c8818cc667240a61ce8b0bec79a26955e8fdee67e982c8568cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a6d854c2458702ad784c5dd23b7ffdd7325ea2b6cecaa81d54786bcb6c2b007 [INFO] running `Command { std: "docker" "start" "-a" "1a6d854c2458702ad784c5dd23b7ffdd7325ea2b6cecaa81d54786bcb6c2b007", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling fibonacci v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.13s [INFO] running `Command { std: "docker" "inspect" "1a6d854c2458702ad784c5dd23b7ffdd7325ea2b6cecaa81d54786bcb6c2b007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a6d854c2458702ad784c5dd23b7ffdd7325ea2b6cecaa81d54786bcb6c2b007", kill_on_drop: false }` [INFO] [stdout] 1a6d854c2458702ad784c5dd23b7ffdd7325ea2b6cecaa81d54786bcb6c2b007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0145e4f7774eb977d3c9edc27980a22b1c0462546257ea7f5ec2d17a0897501 [INFO] running `Command { std: "docker" "start" "-a" "c0145e4f7774eb977d3c9edc27980a22b1c0462546257ea7f5ec2d17a0897501", kill_on_drop: false }` [INFO] [stderr] Compiling fibonacci v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "c0145e4f7774eb977d3c9edc27980a22b1c0462546257ea7f5ec2d17a0897501", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0145e4f7774eb977d3c9edc27980a22b1c0462546257ea7f5ec2d17a0897501", kill_on_drop: false }` [INFO] [stdout] c0145e4f7774eb977d3c9edc27980a22b1c0462546257ea7f5ec2d17a0897501 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0cd04f05fcff5ed20c6c7125bad227bda31399a6720f5bef79160880ba5de7a5 [INFO] running `Command { std: "docker" "start" "-a" "0cd04f05fcff5ed20c6c7125bad227bda31399a6720f5bef79160880ba5de7a5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fibonacci-39edd7243f77c25a) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::fib_bigger_n ... ok [INFO] [stdout] test tests::fib_less_than_10 ... ok [INFO] [stdout] test tests::test_calc_fib ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0cd04f05fcff5ed20c6c7125bad227bda31399a6720f5bef79160880ba5de7a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cd04f05fcff5ed20c6c7125bad227bda31399a6720f5bef79160880ba5de7a5", kill_on_drop: false }` [INFO] [stdout] 0cd04f05fcff5ed20c6c7125bad227bda31399a6720f5bef79160880ba5de7a5