[INFO] updating cached repository https://github.com/Noxbru/Simplex-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoxbru%2FSimplex-rs" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Noxbru/Simplex-rs on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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 /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Noxbru/Simplex-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 45c224a3591ae288ef7c145d657ee94ec58f421abd3e9d0e15479b262b7b21cc [INFO] running `"docker" "start" "-a" "45c224a3591ae288ef7c145d657ee94ec58f421abd3e9d0e15479b262b7b21cc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.39s [INFO] running `"docker" "inspect" "45c224a3591ae288ef7c145d657ee94ec58f421abd3e9d0e15479b262b7b21cc"` [INFO] running `"docker" "rm" "-f" "45c224a3591ae288ef7c145d657ee94ec58f421abd3e9d0e15479b262b7b21cc"` [INFO] [stdout] 45c224a3591ae288ef7c145d657ee94ec58f421abd3e9d0e15479b262b7b21cc [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2b0bdb709943eccd077dba3bde5617139409fb72af04c1ffec2f2401074973ba [INFO] running `"docker" "start" "-a" "2b0bdb709943eccd077dba3bde5617139409fb72af04c1ffec2f2401074973ba"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `"docker" "inspect" "2b0bdb709943eccd077dba3bde5617139409fb72af04c1ffec2f2401074973ba"` [INFO] running `"docker" "rm" "-f" "2b0bdb709943eccd077dba3bde5617139409fb72af04c1ffec2f2401074973ba"` [INFO] [stdout] 2b0bdb709943eccd077dba3bde5617139409fb72af04c1ffec2f2401074973ba [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d8cd33d9bbe45afc1a7a9c2b4cb4b7eb991130b6d08395f6a615e13a9b4e6209 [INFO] running `"docker" "start" "-a" "d8cd33d9bbe45afc1a7a9c2b4cb4b7eb991130b6d08395f6a615e13a9b4e6209"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simplex-e0841f0e3a814d43 [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" "d8cd33d9bbe45afc1a7a9c2b4cb4b7eb991130b6d08395f6a615e13a9b4e6209"` [INFO] running `"docker" "rm" "-f" "d8cd33d9bbe45afc1a7a9c2b4cb4b7eb991130b6d08395f6a615e13a9b4e6209"` [INFO] [stdout] d8cd33d9bbe45afc1a7a9c2b4cb4b7eb991130b6d08395f6a615e13a9b4e6209