[INFO] updating cached repository https://github.com/maxastyler/brusselator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7f30181b702fcf847d4c70508ff082f37bab976c [INFO] testing maxastyler/brusselator against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxastyler%2Fbrusselator" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maxastyler/brusselator on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/maxastyler/brusselator [INFO] finished tweaking git repo https://github.com/maxastyler/brusselator [INFO] tweaked toml for git repo https://github.com/maxastyler/brusselator written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/maxastyler/brusselator already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1c22238eb9e289fa276117e668cb7288168d3a468debb82e946d1e73460d7397 [INFO] running `"docker" "start" "-a" "1c22238eb9e289fa276117e668cb7288168d3a468debb82e946d1e73460d7397"` [INFO] [stderr] Compiling iter-read v0.1.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling console v0.7.5 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling indicatif v0.11.0 [INFO] [stderr] Compiling serde-pickle v0.4.1 [INFO] [stderr] Compiling brusselator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `SubCommand` [INFO] [stderr] --> src/main.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | use clap::{App, Arg, SubCommand}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `positions` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 48 | let (x, y) = positions.last().unwrap(); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 51 | positions.push(( [INFO] [stderr] | ^^^^^^^^^ mutable borrow occurs here [INFO] [stderr] 52 | x + (1.0 - (b + 1.0) * x + a * x.powi(2) * y) * dt + (g[0] * w0 + g[1] * w1) * sq_dt, [INFO] [stderr] | - immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `positions` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 73 | let (x, y) = positions.last().unwrap(); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 76 | positions.push(( [INFO] [stderr] | ^^^^^^^^^ mutable borrow occurs here [INFO] [stderr] 77 | x + (1.0 - (b + 1.0) * x + a * x.powi(2) * y) * dt + (g[0] * w0 + g[1] * w1) * sq_dt, [INFO] [stderr] | - immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.28s [INFO] running `"docker" "inspect" "1c22238eb9e289fa276117e668cb7288168d3a468debb82e946d1e73460d7397"` [INFO] running `"docker" "rm" "-f" "1c22238eb9e289fa276117e668cb7288168d3a468debb82e946d1e73460d7397"` [INFO] [stdout] 1c22238eb9e289fa276117e668cb7288168d3a468debb82e946d1e73460d7397 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d8f613b27093c7c03d60e7a46bb3185d00f3558057ac51a43220631b3cdf77a0 [INFO] running `"docker" "start" "-a" "d8f613b27093c7c03d60e7a46bb3185d00f3558057ac51a43220631b3cdf77a0"` [INFO] [stderr] Compiling brusselator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `SubCommand` [INFO] [stderr] --> src/main.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | use clap::{App, Arg, SubCommand}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `positions` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 48 | let (x, y) = positions.last().unwrap(); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 51 | positions.push(( [INFO] [stderr] | ^^^^^^^^^ mutable borrow occurs here [INFO] [stderr] 52 | x + (1.0 - (b + 1.0) * x + a * x.powi(2) * y) * dt + (g[0] * w0 + g[1] * w1) * sq_dt, [INFO] [stderr] | - immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `positions` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 73 | let (x, y) = positions.last().unwrap(); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 76 | positions.push(( [INFO] [stderr] | ^^^^^^^^^ mutable borrow occurs here [INFO] [stderr] 77 | x + (1.0 - (b + 1.0) * x + a * x.powi(2) * y) * dt + (g[0] * w0 + g[1] * w1) * sq_dt, [INFO] [stderr] | - immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `"docker" "inspect" "d8f613b27093c7c03d60e7a46bb3185d00f3558057ac51a43220631b3cdf77a0"` [INFO] running `"docker" "rm" "-f" "d8f613b27093c7c03d60e7a46bb3185d00f3558057ac51a43220631b3cdf77a0"` [INFO] [stdout] d8f613b27093c7c03d60e7a46bb3185d00f3558057ac51a43220631b3cdf77a0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] b21a3eea4008ed366326e5c91ca4f4a7941dd3842426c9e0a9cacdac39e503dd [INFO] running `"docker" "start" "-a" "b21a3eea4008ed366326e5c91ca4f4a7941dd3842426c9e0a9cacdac39e503dd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/brusselator-1ad7b803ed688f5d [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "b21a3eea4008ed366326e5c91ca4f4a7941dd3842426c9e0a9cacdac39e503dd"` [INFO] running `"docker" "rm" "-f" "b21a3eea4008ed366326e5c91ca4f4a7941dd3842426c9e0a9cacdac39e503dd"` [INFO] [stdout] b21a3eea4008ed366326e5c91ca4f4a7941dd3842426c9e0a9cacdac39e503dd