[INFO] updating cached repository https://github.com/Noxbru/Simplex-rs [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] 9dc80bce384a2d5924c3811decd264653489b3e4 [INFO] testing Noxbru/Simplex-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoxbru%2FSimplex-rs" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Noxbru/Simplex-rs 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/Noxbru/Simplex-rs [INFO] finished tweaking git repo https://github.com/Noxbru/Simplex-rs [INFO] tweaked toml for git repo https://github.com/Noxbru/Simplex-rs written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Noxbru/Simplex-rs 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 472e7e9b0a3617b2b62eb770d3b46cf7040f04620d65082ec613afa1b51f3abf [INFO] running `"docker" "start" "-a" "472e7e9b0a3617b2b62eb770d3b46cf7040f04620d65082ec613afa1b51f3abf"` [INFO] [stderr] Compiling quote v0.3.13 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling derive_more v0.5.0 [INFO] [stderr] Compiling simplex v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/simplex.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | try!(write!(f, "({:9.3e}, {:9.3e}) -> {:9.3e}\n", p0.x, p0.y, vals[0])); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/simplex.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | try!(write!(f, "({:9.3e}, {:9.3e}) -> {:9.3e}\n", p1.x, p1.y, vals[1])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.59s [INFO] running `"docker" "inspect" "472e7e9b0a3617b2b62eb770d3b46cf7040f04620d65082ec613afa1b51f3abf"` [INFO] running `"docker" "rm" "-f" "472e7e9b0a3617b2b62eb770d3b46cf7040f04620d65082ec613afa1b51f3abf"` [INFO] [stdout] 472e7e9b0a3617b2b62eb770d3b46cf7040f04620d65082ec613afa1b51f3abf [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 338d9cfa13085c7001b56e1f231b60e61ea150145d4431fc2774fbd6b475b058 [INFO] running `"docker" "start" "-a" "338d9cfa13085c7001b56e1f231b60e61ea150145d4431fc2774fbd6b475b058"` [INFO] [stderr] Compiling simplex v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/simplex.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | try!(write!(f, "({:9.3e}, {:9.3e}) -> {:9.3e}\n", p0.x, p0.y, vals[0])); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/simplex.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | try!(write!(f, "({:9.3e}, {:9.3e}) -> {:9.3e}\n", p1.x, p1.y, vals[1])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `"docker" "inspect" "338d9cfa13085c7001b56e1f231b60e61ea150145d4431fc2774fbd6b475b058"` [INFO] running `"docker" "rm" "-f" "338d9cfa13085c7001b56e1f231b60e61ea150145d4431fc2774fbd6b475b058"` [INFO] [stdout] 338d9cfa13085c7001b56e1f231b60e61ea150145d4431fc2774fbd6b475b058 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 49cdc1b6dd53c9e733b7a7d0002797a8e3111ec5f9e9cef65ad656f08872d9fb [INFO] running `"docker" "start" "-a" "49cdc1b6dd53c9e733b7a7d0002797a8e3111ec5f9e9cef65ad656f08872d9fb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simplex-da22917fd13ed203 [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" "49cdc1b6dd53c9e733b7a7d0002797a8e3111ec5f9e9cef65ad656f08872d9fb"` [INFO] running `"docker" "rm" "-f" "49cdc1b6dd53c9e733b7a7d0002797a8e3111ec5f9e9cef65ad656f08872d9fb"` [INFO] [stdout] 49cdc1b6dd53c9e733b7a7d0002797a8e3111ec5f9e9cef65ad656f08872d9fb