[INFO] cloning repository cbreeden/hw3 [INFO] running `"git" "clone" "--bare" "git://github.com/cbreeden/hw3.git" "work/cache/sources/gh/cbreeden/hw3"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/cbreeden/hw3'... [INFO] running `"git" "clone" "work/cache/sources/gh/cbreeden/hw3" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cbreeden/hw3"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cbreeden/hw3'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cbreeden/hw3" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cbreeden/hw3"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cbreeden/hw3'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 054e95c0bfb6aadc33799ea3d3a6f87627cd02a7 [INFO] sha for GitHub repo cbreeden/hw3: 054e95c0bfb6aadc33799ea3d3a6f87627cd02a7 [INFO] validating manifest of cbreeden/hw3 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cbreeden/hw3 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cbreeden/hw3 [INFO] finished frobbing cbreeden/hw3 [INFO] frobbed toml for cbreeden/hw3 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cbreeden/hw3/Cargo.toml [INFO] started frobbing cbreeden/hw3 [INFO] finished frobbing cbreeden/hw3 [INFO] frobbed toml for cbreeden/hw3 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cbreeden/hw3/Cargo.toml [INFO] crate cbreeden/hw3 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cbreeden/hw3 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cbreeden/hw3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 276f910ef3fa7cc954bc3776280f5f7238d5cea4612c4c25c8c84690ac447431 [INFO] running `"docker" "start" "-a" "276f910ef3fa7cc954bc3776280f5f7238d5cea4612c4c25c8c84690ac447431"` [INFO] [stderr] Compiling gnuplot v0.0.22 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling hw3 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `Zs` should have an upper case name [INFO] [stderr] --> src/reaction.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | static Zs: [V; 4] = [Z_1, Z_2, Z_3, Z_4]; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `ZS` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.51s [INFO] running `"docker" "inspect" "276f910ef3fa7cc954bc3776280f5f7238d5cea4612c4c25c8c84690ac447431"` [INFO] running `"docker" "rm" "-f" "276f910ef3fa7cc954bc3776280f5f7238d5cea4612c4c25c8c84690ac447431"` [INFO] [stdout] 276f910ef3fa7cc954bc3776280f5f7238d5cea4612c4c25c8c84690ac447431 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cbreeden/hw3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 12ff18d85dc09acfd0c23d9e166eafce2c0af3ba308dd8342e9cba337e3a2dbc [INFO] running `"docker" "start" "-a" "12ff18d85dc09acfd0c23d9e166eafce2c0af3ba308dd8342e9cba337e3a2dbc"` [INFO] [stderr] Compiling hw3 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `Zs` should have an upper case name [INFO] [stderr] --> src/reaction.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | static Zs: [V; 4] = [Z_1, Z_2, Z_3, Z_4]; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `ZS` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `"docker" "inspect" "12ff18d85dc09acfd0c23d9e166eafce2c0af3ba308dd8342e9cba337e3a2dbc"` [INFO] running `"docker" "rm" "-f" "12ff18d85dc09acfd0c23d9e166eafce2c0af3ba308dd8342e9cba337e3a2dbc"` [INFO] [stdout] 12ff18d85dc09acfd0c23d9e166eafce2c0af3ba308dd8342e9cba337e3a2dbc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cbreeden/hw3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 127e4795d52c1f0164e05fad683cf9235483f69c113e1995b8787124d76c1e2d [INFO] running `"docker" "start" "-a" "127e4795d52c1f0164e05fad683cf9235483f69c113e1995b8787124d76c1e2d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/hw3-8e387502c12c8ab6 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test stats::test::variance ... ok [INFO] [stdout] test stats::test::average ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "127e4795d52c1f0164e05fad683cf9235483f69c113e1995b8787124d76c1e2d"` [INFO] running `"docker" "rm" "-f" "127e4795d52c1f0164e05fad683cf9235483f69c113e1995b8787124d76c1e2d"` [INFO] [stdout] 127e4795d52c1f0164e05fad683cf9235483f69c113e1995b8787124d76c1e2d