[INFO] cloning repository https://github.com/miripiruni/temperature-converter-rust-newbie [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miripiruni/temperature-converter-rust-newbie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiripiruni%2Ftemperature-converter-rust-newbie", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiripiruni%2Ftemperature-converter-rust-newbie'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 97ee98537056e5c1435df539267105c3acaf0765 [INFO] testing miripiruni/temperature-converter-rust-newbie against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiripiruni%2Ftemperature-converter-rust-newbie" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/miripiruni/temperature-converter-rust-newbie 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/miripiruni/temperature-converter-rust-newbie [INFO] finished tweaking git repo https://github.com/miripiruni/temperature-converter-rust-newbie [INFO] tweaked toml for git repo https://github.com/miripiruni/temperature-converter-rust-newbie written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/miripiruni/temperature-converter-rust-newbie 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 948d3757fa8fd092042d68505ef697006f2c692c6f5391c7d1f727427f858c8b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "948d3757fa8fd092042d68505ef697006f2c692c6f5391c7d1f727427f858c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "948d3757fa8fd092042d68505ef697006f2c692c6f5391c7d1f727427f858c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948d3757fa8fd092042d68505ef697006f2c692c6f5391c7d1f727427f858c8b", kill_on_drop: false }` [INFO] [stdout] 948d3757fa8fd092042d68505ef697006f2c692c6f5391c7d1f727427f858c8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 4ee1854bcd5cc851a5af19a333f9bc3aa1baabc8eb583aacdafdeac75edb1c88 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4ee1854bcd5cc851a5af19a333f9bc3aa1baabc8eb583aacdafdeac75edb1c88", kill_on_drop: false }` [INFO] [stderr] Compiling temperature_converter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "4ee1854bcd5cc851a5af19a333f9bc3aa1baabc8eb583aacdafdeac75edb1c88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ee1854bcd5cc851a5af19a333f9bc3aa1baabc8eb583aacdafdeac75edb1c88", kill_on_drop: false }` [INFO] [stdout] 4ee1854bcd5cc851a5af19a333f9bc3aa1baabc8eb583aacdafdeac75edb1c88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 07d2d554c7e93a7e04518f8f80a80f056ad8eda9947ff2efc1ff91f9615affc8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "07d2d554c7e93a7e04518f8f80a80f056ad8eda9947ff2efc1ff91f9615affc8", kill_on_drop: false }` [INFO] [stderr] Compiling temperature_converter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "07d2d554c7e93a7e04518f8f80a80f056ad8eda9947ff2efc1ff91f9615affc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07d2d554c7e93a7e04518f8f80a80f056ad8eda9947ff2efc1ff91f9615affc8", kill_on_drop: false }` [INFO] [stdout] 07d2d554c7e93a7e04518f8f80a80f056ad8eda9947ff2efc1ff91f9615affc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b522d8cef2a747198eb7ce48cfd2f6ec7ff725304c445153a4f05bde7dfea2dd [INFO] running `Command { std: "docker" "start" "-a" "b522d8cef2a747198eb7ce48cfd2f6ec7ff725304c445153a4f05bde7dfea2dd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stdout] running 6 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/temperature_converter-cfada5c6b9e9e9b0) [INFO] [stdout] test tests::test_cel_to_fah_0 ... ok [INFO] [stdout] test tests::test_fah_to_cel_0 ... ok [INFO] [stdout] test tests::test_fah_to_cel_100 ... ok [INFO] [stdout] test tests::test_cel_to_fah_100 ... ok [INFO] [stdout] test tests::test_cel_to_fah_minus_10 ... ok [INFO] [stdout] test tests::test_fah_to_cel_munis_10 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b522d8cef2a747198eb7ce48cfd2f6ec7ff725304c445153a4f05bde7dfea2dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b522d8cef2a747198eb7ce48cfd2f6ec7ff725304c445153a4f05bde7dfea2dd", kill_on_drop: false }` [INFO] [stdout] b522d8cef2a747198eb7ce48cfd2f6ec7ff725304c445153a4f05bde7dfea2dd