[INFO] updating cached repository https://github.com/conorbyron/nori [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] 17aac20d956627ba340d872914df2915b3800f63 [INFO] testing conorbyron/nori against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconorbyron%2Fnori" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/conorbyron/nori 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/conorbyron/nori [INFO] finished tweaking git repo https://github.com/conorbyron/nori [INFO] tweaked toml for git repo https://github.com/conorbyron/nori written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/conorbyron/nori 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] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] c7908eddce82739c0488576c16fadcffb75984aa438eea7366c84d1c18564bc4 [INFO] running `"docker" "start" "-a" "c7908eddce82739c0488576c16fadcffb75984aa438eea7366c84d1c18564bc4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.58 [INFO] [stderr] Compiling bumpalo v3.1.2 [INFO] [stderr] Compiling wasm-bindgen v0.2.58 [INFO] [stderr] Compiling sourcefile v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling weedle v0.10.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-webidl v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.58 [INFO] [stderr] Compiling js-sys v0.3.35 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling web-sys v0.3.35 [INFO] [stderr] Compiling nori v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `scale` [INFO] [stderr] --> src/lib.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | let scale = self.dot_grid.scale as f64; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scale` [INFO] [stderr] --> src/dot_grid.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | let scale = self.scale; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point` [INFO] [stderr] --> src/dot_grid.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `color` [INFO] [stderr] --> src/dot_grid.rs:45:50 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_octet` [INFO] [stderr] --> src/dot_grid.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `"docker" "inspect" "c7908eddce82739c0488576c16fadcffb75984aa438eea7366c84d1c18564bc4"` [INFO] running `"docker" "rm" "-f" "c7908eddce82739c0488576c16fadcffb75984aa438eea7366c84d1c18564bc4"` [INFO] [stdout] c7908eddce82739c0488576c16fadcffb75984aa438eea7366c84d1c18564bc4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] df9a0264ca1901752390cba3bc90cd915e0353429f8efad3638f8afe9b9c8dbe [INFO] running `"docker" "start" "-a" "df9a0264ca1901752390cba3bc90cd915e0353429f8efad3638f8afe9b9c8dbe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.8 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.8 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.8 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling nori v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `scale` [INFO] [stderr] --> src/lib.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | let scale = self.dot_grid.scale as f64; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scale` [INFO] [stderr] --> src/dot_grid.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | let scale = self.scale; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point` [INFO] [stderr] --> src/dot_grid.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `color` [INFO] [stderr] --> src/dot_grid.rs:45:50 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_octet` [INFO] [stderr] --> src/dot_grid.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.24s [INFO] running `"docker" "inspect" "df9a0264ca1901752390cba3bc90cd915e0353429f8efad3638f8afe9b9c8dbe"` [INFO] running `"docker" "rm" "-f" "df9a0264ca1901752390cba3bc90cd915e0353429f8efad3638f8afe9b9c8dbe"` [INFO] [stdout] df9a0264ca1901752390cba3bc90cd915e0353429f8efad3638f8afe9b9c8dbe [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] db70a5a1f4cc5cbf9aba18d7446422a4acc23e42a14add11d83a605f0963c256 [INFO] running `"docker" "start" "-a" "db70a5a1f4cc5cbf9aba18d7446422a4acc23e42a14add11d83a605f0963c256"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] warning: unused variable: `scale` [INFO] [stderr] --> src/lib.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | let scale = self.dot_grid.scale as f64; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scale` [INFO] [stderr] --> src/dot_grid.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | let scale = self.scale; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point` [INFO] [stderr] --> src/dot_grid.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `color` [INFO] [stderr] --> src/dot_grid.rs:45:50 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_color` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_octet` [INFO] [stderr] --> src/dot_grid.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | fn set_octet(&mut self, point: Vector3, color: Color) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nori-11a93ab3eaffadf1 [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" "db70a5a1f4cc5cbf9aba18d7446422a4acc23e42a14add11d83a605f0963c256"` [INFO] running `"docker" "rm" "-f" "db70a5a1f4cc5cbf9aba18d7446422a4acc23e42a14add11d83a605f0963c256"` [INFO] [stdout] db70a5a1f4cc5cbf9aba18d7446422a4acc23e42a14add11d83a605f0963c256