[INFO] updating cached repository https://github.com/Putnam3145/SS13-atmos-rust [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] 7eb5bcc78f85b145b06b5aec2a566f03660fa1a5 [INFO] testing Putnam3145/SS13-atmos-rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPutnam3145%2FSS13-atmos-rust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Putnam3145/SS13-atmos-rust on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Putnam3145/SS13-atmos-rust [INFO] finished tweaking git repo https://github.com/Putnam3145/SS13-atmos-rust [INFO] tweaked toml for git repo https://github.com/Putnam3145/SS13-atmos-rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Putnam3145/SS13-atmos-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] 297c45dde92c2b10a55cf26abb22757a735544697a0b431c382388b814697a2e [INFO] running `"docker" "start" "-a" "297c45dde92c2b10a55cf26abb22757a735544697a0b431c382388b814697a2e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling ss13-atmos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/lib.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | if(result.len() > 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `merge` [INFO] [stderr] --> src/atmos/mix.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn merge(&mut self, other: AtmosMixture) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove` [INFO] [stderr] --> src/atmos/mix.rs:60:12 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn remove(&mut self, amount: f32) -> AtmosMixture { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove_ratio` [INFO] [stderr] --> src/atmos/mix.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn remove_ratio(&mut self, ratio: f32) -> AtmosMixture { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `temperature_share_turf` [INFO] [stderr] --> src/atmos/mix.rs:139:12 [INFO] [stderr] | [INFO] [stderr] 139 | pub fn temperature_share_turf(&mut self, conduction_coefficient: f32, other_temperature: f32, other_heat_capacity: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.42s [INFO] running `"docker" "inspect" "297c45dde92c2b10a55cf26abb22757a735544697a0b431c382388b814697a2e"` [INFO] running `"docker" "rm" "-f" "297c45dde92c2b10a55cf26abb22757a735544697a0b431c382388b814697a2e"` [INFO] [stdout] 297c45dde92c2b10a55cf26abb22757a735544697a0b431c382388b814697a2e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] e26d8c3bcd5af0fc14f27358e36c40cb4a0e55f2d922870742513059f8e11830 [INFO] running `"docker" "start" "-a" "e26d8c3bcd5af0fc14f27358e36c40cb4a0e55f2d922870742513059f8e11830"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ss13-atmos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/atmos/reaction.rs:360:15 [INFO] [stderr] | [INFO] [stderr] 360 | if(result.len() > 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/lib.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | if(result.len() > 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `merge` [INFO] [stderr] --> src/atmos/mix.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn merge(&mut self, other: AtmosMixture) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove` [INFO] [stderr] --> src/atmos/mix.rs:60:12 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn remove(&mut self, amount: f32) -> AtmosMixture { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove_ratio` [INFO] [stderr] --> src/atmos/mix.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn remove_ratio(&mut self, ratio: f32) -> AtmosMixture { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `temperature_share_turf` [INFO] [stderr] --> src/atmos/mix.rs:139:12 [INFO] [stderr] | [INFO] [stderr] 139 | pub fn temperature_share_turf(&mut self, conduction_coefficient: f32, other_temperature: f32, other_heat_capacity: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "e26d8c3bcd5af0fc14f27358e36c40cb4a0e55f2d922870742513059f8e11830"` [INFO] running `"docker" "rm" "-f" "e26d8c3bcd5af0fc14f27358e36c40cb4a0e55f2d922870742513059f8e11830"` [INFO] [stdout] e26d8c3bcd5af0fc14f27358e36c40cb4a0e55f2d922870742513059f8e11830 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] 1a7dc3319154eee7fa3845d54cd01b1136f71f181b72045b9182d319c62492e1 [INFO] running `"docker" "start" "-a" "1a7dc3319154eee7fa3845d54cd01b1136f71f181b72045b9182d319c62492e1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/atmos/reaction.rs:360:15 [INFO] [stderr] | [INFO] [stderr] 360 | if(result.len() > 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/lib.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | if(result.len() > 0) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `merge` [INFO] [stderr] --> src/atmos/mix.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn merge(&mut self, other: AtmosMixture) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove` [INFO] [stderr] --> src/atmos/mix.rs:60:12 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn remove(&mut self, amount: f32) -> AtmosMixture { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove_ratio` [INFO] [stderr] --> src/atmos/mix.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn remove_ratio(&mut self, ratio: f32) -> AtmosMixture { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `temperature_share_turf` [INFO] [stderr] --> src/atmos/mix.rs:139:12 [INFO] [stderr] | [INFO] [stderr] 139 | pub fn temperature_share_turf(&mut self, conduction_coefficient: f32, other_temperature: f32, other_heat_capacity: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/atmos-f6dbd57e89573ca7 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test atmos::gases::tests::test_heat_cap ... ok [INFO] [stdout] test atmos::reaction::tests::test_all_reactions ... ok [INFO] [stdout] test atmos::mix::tests::test_gas_parsing ... ok [INFO] [stdout] test atmos::mix::tests::test_sharing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1a7dc3319154eee7fa3845d54cd01b1136f71f181b72045b9182d319c62492e1"` [INFO] running `"docker" "rm" "-f" "1a7dc3319154eee7fa3845d54cd01b1136f71f181b72045b9182d319c62492e1"` [INFO] [stdout] 1a7dc3319154eee7fa3845d54cd01b1136f71f181b72045b9182d319c62492e1