[INFO] cloning repository https://github.com/clemson-cal/app-binary2d [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/clemson-cal/app-binary2d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemson-cal%2Fapp-binary2d", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemson-cal%2Fapp-binary2d'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e5cec59a87675e7e917355406239655c2780855 [INFO] testing clemson-cal/app-binary2d against 1.55.0 for beta-1.56-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemson-cal%2Fapp-binary2d" "/workspace/builds/worker-52/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-52/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clemson-cal/app-binary2d on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/clemson-cal/app-binary2d [INFO] finished tweaking git repo https://github.com/clemson-cal/app-binary2d [INFO] tweaked toml for git repo https://github.com/clemson-cal/app-binary2d written to /workspace/builds/worker-52/source/Cargo.toml [INFO] crate git repo https://github.com/clemson-cal/app-binary2d already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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 git-version-macro v0.3.4 [INFO] [stderr] Downloaded ciborium v0.1.0 [INFO] [stderr] Downloaded yaml-patch v0.1.1 [INFO] [stderr] Downloaded git-version v0.3.4 [INFO] [stderr] Downloaded derive_more v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a15dea792b63237b140596bcdadcee04e85985c331c3894b63b3f8cc52f16653 [INFO] running `Command { std: "docker" "start" "-a" "a15dea792b63237b140596bcdadcee04e85985c331c3894b63b3f8cc52f16653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a15dea792b63237b140596bcdadcee04e85985c331c3894b63b3f8cc52f16653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a15dea792b63237b140596bcdadcee04e85985c331c3894b63b3f8cc52f16653", kill_on_drop: false }` [INFO] [stdout] a15dea792b63237b140596bcdadcee04e85985c331c3894b63b3f8cc52f16653 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ba5cce186e8d0ff427d28cc530dbeb68102396e84180aab31c87d57a1b03fb8 [INFO] running `Command { std: "docker" "start" "-a" "6ba5cce186e8d0ff427d28cc530dbeb68102396e84180aab31c87d57a1b03fb8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling derive_more v0.9.0 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling git-version-macro v0.3.4 [INFO] [stderr] Compiling git-version v0.3.4 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling futures-executor v0.3.14 [INFO] [stderr] Compiling futures v0.3.14 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling ciborium v0.1.0 [INFO] [stderr] Compiling hydro-iso2d v0.1.0 (https://github.com/clemson-cal/hydro-iso2d#eb18a386) [INFO] [stderr] Compiling kepler-two-body v0.1.0 (https://github.com/clemson-cal/kepler-two-body#2d8a0f53) [INFO] [stderr] Compiling hydro-euler v0.1.0 (https://github.com/clemson-cal/hydro-euler#fc929f9b) [INFO] [stderr] Compiling yaml-patch v0.1.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling godunov-core v0.1.0 (https://github.com/clemson-cal/godunov-core#d8dd524a) [INFO] [stderr] Compiling ndarray-ops v0.1.0 (https://github.com/clemson-cal/ndarray-ops#725bc216) [INFO] [stderr] Compiling binary2d v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 02s [INFO] running `Command { std: "docker" "inspect" "6ba5cce186e8d0ff427d28cc530dbeb68102396e84180aab31c87d57a1b03fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ba5cce186e8d0ff427d28cc530dbeb68102396e84180aab31c87d57a1b03fb8", kill_on_drop: false }` [INFO] [stdout] 6ba5cce186e8d0ff427d28cc530dbeb68102396e84180aab31c87d57a1b03fb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4761a3a10ed931c4a9670aa9d5f689901fcc471739e1634a70b35b15448e5df8 [INFO] running `Command { std: "docker" "start" "-a" "4761a3a10ed931c4a9670aa9d5f689901fcc471739e1634a70b35b15448e5df8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling binary2d v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.52s [INFO] running `Command { std: "docker" "inspect" "4761a3a10ed931c4a9670aa9d5f689901fcc471739e1634a70b35b15448e5df8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4761a3a10ed931c4a9670aa9d5f689901fcc471739e1634a70b35b15448e5df8", kill_on_drop: false }` [INFO] [stdout] 4761a3a10ed931c4a9670aa9d5f689901fcc471739e1634a70b35b15448e5df8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-52/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 99e7ae022ec32c69f1ea3bd678f598014fbab106ec5199d10f7053bc2955a6eb [INFO] running `Command { std: "docker" "start" "-a" "99e7ae022ec32c69f1ea3bd678f598014fbab106ec5199d10f7053bc2955a6eb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/binary2d-78df7bd68da48438) [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 (/opt/rustwide/target/debug/deps/binary2d-0cfbdab3e1e29376) [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 binary2d [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" "99e7ae022ec32c69f1ea3bd678f598014fbab106ec5199d10f7053bc2955a6eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99e7ae022ec32c69f1ea3bd678f598014fbab106ec5199d10f7053bc2955a6eb", kill_on_drop: false }` [INFO] [stdout] 99e7ae022ec32c69f1ea3bd678f598014fbab106ec5199d10f7053bc2955a6eb