[INFO] cloning repository https://github.com/gcharnock/linear-programming-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gcharnock/linear-programming-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgcharnock%2Flinear-programming-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgcharnock%2Flinear-programming-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e1de1ba40efa23f281ffceb8930b155fd4ab12a6 [INFO] testing gcharnock/linear-programming-experiments against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgcharnock%2Flinear-programming-experiments" "/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/gcharnock/linear-programming-experiments on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gcharnock/linear-programming-experiments [INFO] finished tweaking git repo https://github.com/gcharnock/linear-programming-experiments [INFO] tweaked toml for git repo https://github.com/gcharnock/linear-programming-experiments written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/gcharnock/linear-programming-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lpsolve-sys v5.5.0 [INFO] [stderr] Downloaded lpsolve v0.1.0 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c31b4515e9fd97296857befee7c1365dd61f0b478c73848acac8cfdf60373ec1 [INFO] running `Command { std: "docker" "start" "-a" "c31b4515e9fd97296857befee7c1365dd61f0b478c73848acac8cfdf60373ec1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c31b4515e9fd97296857befee7c1365dd61f0b478c73848acac8cfdf60373ec1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c31b4515e9fd97296857befee7c1365dd61f0b478c73848acac8cfdf60373ec1", kill_on_drop: false }` [INFO] [stdout] c31b4515e9fd97296857befee7c1365dd61f0b478c73848acac8cfdf60373ec1 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ddc20b7a13a490fef6613d9cd2b057462b67ec085787c8398bc7b83209c6f33 [INFO] running `Command { std: "docker" "start" "-a" "1ddc20b7a13a490fef6613d9cd2b057462b67ec085787c8398bc7b83209c6f33", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling lpsolve-sys v5.5.0 [INFO] [stderr] Compiling lpsolve v0.1.0 [INFO] [stderr] Compiling constraints v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 06s [INFO] running `Command { std: "docker" "inspect" "1ddc20b7a13a490fef6613d9cd2b057462b67ec085787c8398bc7b83209c6f33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ddc20b7a13a490fef6613d9cd2b057462b67ec085787c8398bc7b83209c6f33", kill_on_drop: false }` [INFO] [stdout] 1ddc20b7a13a490fef6613d9cd2b057462b67ec085787c8398bc7b83209c6f33 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed19c6083c31de6277e4713f5c1ffc96084a517b5afc9bab14508d8d2ce6a529 [INFO] running `Command { std: "docker" "start" "-a" "ed19c6083c31de6277e4713f5c1ffc96084a517b5afc9bab14508d8d2ce6a529", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling constraints v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 28.07s [INFO] running `Command { std: "docker" "inspect" "ed19c6083c31de6277e4713f5c1ffc96084a517b5afc9bab14508d8d2ce6a529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed19c6083c31de6277e4713f5c1ffc96084a517b5afc9bab14508d8d2ce6a529", kill_on_drop: false }` [INFO] [stdout] ed19c6083c31de6277e4713f5c1ffc96084a517b5afc9bab14508d8d2ce6a529 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7f7ec86ccc4e217dd89abcf4969e9a186b16ff29dbd5e828631d9db6d8d99fc4 [INFO] running `Command { std: "docker" "start" "-a" "7f7ec86ccc4e217dd89abcf4969e9a186b16ff29dbd5e828631d9db6d8d99fc4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.34s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/constraints-bf5d07e76a5adf9b) [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" "7f7ec86ccc4e217dd89abcf4969e9a186b16ff29dbd5e828631d9db6d8d99fc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f7ec86ccc4e217dd89abcf4969e9a186b16ff29dbd5e828631d9db6d8d99fc4", kill_on_drop: false }` [INFO] [stdout] 7f7ec86ccc4e217dd89abcf4969e9a186b16ff29dbd5e828631d9db6d8d99fc4