[INFO] cloning repository https://github.com/RobertBorghese/TastyFresh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RobertBorghese/TastyFresh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertBorghese%2FTastyFresh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertBorghese%2FTastyFresh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f01f00191fa11bc8157f51b64694a1650313bc2a [INFO] testing RobertBorghese/TastyFresh against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertBorghese%2FTastyFresh" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RobertBorghese/TastyFresh on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RobertBorghese/TastyFresh [INFO] finished tweaking git repo https://github.com/RobertBorghese/TastyFresh [INFO] tweaked toml for git repo https://github.com/RobertBorghese/TastyFresh written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/RobertBorghese/TastyFresh already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 99e8a0dc09c2b83ee0f1d2d7dabd97fa3f2e4dced40ea30654fa2308a648eb0c [INFO] running `Command { std: "docker" "start" "-a" "99e8a0dc09c2b83ee0f1d2d7dabd97fa3f2e4dced40ea30654fa2308a648eb0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "99e8a0dc09c2b83ee0f1d2d7dabd97fa3f2e4dced40ea30654fa2308a648eb0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99e8a0dc09c2b83ee0f1d2d7dabd97fa3f2e4dced40ea30654fa2308a648eb0c", kill_on_drop: false }` [INFO] [stdout] 99e8a0dc09c2b83ee0f1d2d7dabd97fa3f2e4dced40ea30654fa2308a648eb0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dcbcf95dcd4ce0a7207116f9a6d2b1ea948fa7e8cd45835823d0f9a6365bb53 [INFO] running `Command { std: "docker" "start" "-a" "7dcbcf95dcd4ce0a7207116f9a6d2b1ea948fa7e8cd45835823d0f9a6365bb53", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling path-slash v0.1.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v1.9.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling tasty_fresh v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.68s [INFO] running `Command { std: "docker" "inspect" "7dcbcf95dcd4ce0a7207116f9a6d2b1ea948fa7e8cd45835823d0f9a6365bb53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dcbcf95dcd4ce0a7207116f9a6d2b1ea948fa7e8cd45835823d0f9a6365bb53", kill_on_drop: false }` [INFO] [stdout] 7dcbcf95dcd4ce0a7207116f9a6d2b1ea948fa7e8cd45835823d0f9a6365bb53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec04f29d5c55bc6ad724d164e96fe1c75e77d0f2ba0e2d0bbdbc7742c3907114 [INFO] running `Command { std: "docker" "start" "-a" "ec04f29d5c55bc6ad724d164e96fe1c75e77d0f2ba0e2d0bbdbc7742c3907114", 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] [stderr] Compiling tasty_fresh v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.81s [INFO] running `Command { std: "docker" "inspect" "ec04f29d5c55bc6ad724d164e96fe1c75e77d0f2ba0e2d0bbdbc7742c3907114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec04f29d5c55bc6ad724d164e96fe1c75e77d0f2ba0e2d0bbdbc7742c3907114", kill_on_drop: false }` [INFO] [stdout] ec04f29d5c55bc6ad724d164e96fe1c75e77d0f2ba0e2d0bbdbc7742c3907114 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ccdb541a0d088ec3637c7f9128a3f5909446b662a0cfd98fbf0a6ce33d1acedb [INFO] running `Command { std: "docker" "start" "-a" "ccdb541a0d088ec3637c7f9128a3f5909446b662a0cfd98fbf0a6ce33d1acedb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tasty_fresh-c48066a3a1c7accb) [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" "ccdb541a0d088ec3637c7f9128a3f5909446b662a0cfd98fbf0a6ce33d1acedb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccdb541a0d088ec3637c7f9128a3f5909446b662a0cfd98fbf0a6ce33d1acedb", kill_on_drop: false }` [INFO] [stdout] ccdb541a0d088ec3637c7f9128a3f5909446b662a0cfd98fbf0a6ce33d1acedb