[INFO] cloning repository https://github.com/clemson-cal/app-kilonova [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-kilonova" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemson-cal%2Fapp-kilonova", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemson-cal%2Fapp-kilonova'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff7e7abf26de446e3e8bfc4ee7b85aa37d7d9be7 [INFO] testing clemson-cal/app-kilonova 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-kilonova" "/workspace/builds/worker-74/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-74/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clemson-cal/app-kilonova 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-kilonova [INFO] finished tweaking git repo https://github.com/clemson-cal/app-kilonova [INFO] tweaked toml for git repo https://github.com/clemson-cal/app-kilonova written to /workspace/builds/worker-74/source/Cargo.toml [INFO] crate git repo https://github.com/clemson-cal/app-kilonova 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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] 5e1a966fc4bd6fbb2ba62816f53ccbca373caf04169b91f35c0b5ea1c5a0423f [INFO] running `Command { std: "docker" "start" "-a" "5e1a966fc4bd6fbb2ba62816f53ccbca373caf04169b91f35c0b5ea1c5a0423f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e1a966fc4bd6fbb2ba62816f53ccbca373caf04169b91f35c0b5ea1c5a0423f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e1a966fc4bd6fbb2ba62816f53ccbca373caf04169b91f35c0b5ea1c5a0423f", kill_on_drop: false }` [INFO] [stdout] 5e1a966fc4bd6fbb2ba62816f53ccbca373caf04169b91f35c0b5ea1c5a0423f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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] bcab1b163b7101450f754aac64e5ef1e95e13b5b2bdd798f551e4215d51dc119 [INFO] running `Command { std: "docker" "start" "-a" "bcab1b163b7101450f754aac64e5ef1e95e13b5b2bdd798f551e4215d51dc119", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.64 [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 unicode-xid v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Compiling async-trait v0.1.48 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling anyhow v1.0.39 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [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.4.0 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling derive_more v0.9.0 [INFO] [stderr] Compiling futures-macro v0.3.13 [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 futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [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-euler v0.1.0 (https://github.com/clemson-cal/hydro-euler#fc929f9b) [INFO] [stderr] Compiling hydro-srhd v0.1.0 (https://github.com/clemson-cal/hydro-srhd#25bf21ec) [INFO] [stderr] Compiling yaml-patch v0.1.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling ndarray-ops v0.1.0 (https://github.com/clemson-cal/ndarray-ops#725bc216) [INFO] [stderr] Compiling godunov-core v0.1.0 (https://github.com/clemson-cal/godunov-core#d8dd524a) [INFO] [stderr] Compiling kilonova v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `Command { std: "docker" "inspect" "bcab1b163b7101450f754aac64e5ef1e95e13b5b2bdd798f551e4215d51dc119", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcab1b163b7101450f754aac64e5ef1e95e13b5b2bdd798f551e4215d51dc119", kill_on_drop: false }` [INFO] [stdout] bcab1b163b7101450f754aac64e5ef1e95e13b5b2bdd798f551e4215d51dc119 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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] c94d73825c85aea378c85193c012342ebceeaf737e6cf984f57ac4ae0890a385 [INFO] running `Command { std: "docker" "start" "-a" "c94d73825c85aea378c85193c012342ebceeaf737e6cf984f57ac4ae0890a385", kill_on_drop: false }` [INFO] [stderr] Compiling kilonova v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.72s [INFO] running `Command { std: "docker" "inspect" "c94d73825c85aea378c85193c012342ebceeaf737e6cf984f57ac4ae0890a385", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c94d73825c85aea378c85193c012342ebceeaf737e6cf984f57ac4ae0890a385", kill_on_drop: false }` [INFO] [stdout] c94d73825c85aea378c85193c012342ebceeaf737e6cf984f57ac4ae0890a385 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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] 8d192336218a3b837e3b1e57b31966f3bee241f2a6276dc0c1de1ce1c7398b25 [INFO] running `Command { std: "docker" "start" "-a" "8d192336218a3b837e3b1e57b31966f3bee241f2a6276dc0c1de1ce1c7398b25", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kilonova-28fcc60b69456ddb) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test lookup_table::tests::lookup_table_can_be_sampled_at_tabulated_points ... ok [INFO] [stdout] test lookup_table::tests::lookup_table_does_not_panic_if_sampled_at_upper_bound ... ok [INFO] [stdout] test lookup_table::tests::lookup_table_gives_the_right_indexes_straddling ... ok [INFO] [stdout] test lookup_table_v2::tests::lookup_table_can_be_sampled_at_tabulated_points ... ok [INFO] [stdout] test lookup_table_v2::tests::lookup_table_does_not_panic_if_sampled_at_upper_bound ... ok [INFO] [stdout] test lookup_table_v2::tests::lookup_table_gives_the_right_indexes_straddling ... ok [INFO] [stdout] test lookup_table_v2::tests::lookup_table_panics_if_input_is_not_increasing ... ok [INFO] [stdout] test lookup_table_v2::tests::lookup_table_panics_if_input_is_not_ordered ... ok [INFO] [stdout] test lookup_table::tests::lookup_table_panics_if_input_is_not_increasing - should panic ... ok [INFO] [stdout] test lookup_table::tests::lookup_table_panics_if_input_is_not_ordered - should panic ... ok [INFO] [stdout] test lookup_table::tests::lookup_table_panics_if_sampled_at_lower_bound - should panic ... ok [INFO] [stdout] test lookup_table_v2::tests::lookup_table_panics_if_sampled_at_lower_bound - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kilonova-49caf047b1347f11) [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 kilonova [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" "8d192336218a3b837e3b1e57b31966f3bee241f2a6276dc0c1de1ce1c7398b25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d192336218a3b837e3b1e57b31966f3bee241f2a6276dc0c1de1ce1c7398b25", kill_on_drop: false }` [INFO] [stdout] 8d192336218a3b837e3b1e57b31966f3bee241f2a6276dc0c1de1ce1c7398b25