[INFO] crate valor 0.0.0-test is already in cache [INFO] testing valor-0.0.0-test against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate valor 0.0.0-test into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate valor 0.0.0-test on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate valor 0.0.0-test [INFO] finished tweaking crates.io crate valor 0.0.0-test [INFO] tweaked toml for crates.io crate valor 0.0.0-test written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] c110ca41b2f4ca3942bc93f98c84b3d2e9c5bad4ded61db011e8b9270665c842 [INFO] running `"docker" "start" "-a" "c110ca41b2f4ca3942bc93f98c84b3d2e9c5bad4ded61db011e8b9270665c842"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling snowflake v1.3.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling freetype-sys v0.5.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling id_tree v1.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling freetype-rs v0.14.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling gfx_device_gl v0.14.6 [INFO] [stderr] Compiling gfx v0.16.3 [INFO] [stderr] Compiling gfx_window_glutin v0.17.0 [INFO] [stderr] Compiling gfx_text v0.18.0 [INFO] [stderr] Compiling valor v0.0.0-test (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/model.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(mut renderer: &mut Renderer, vertices: &[Vertex]) -> ModelHandle { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 11s [INFO] running `"docker" "inspect" "c110ca41b2f4ca3942bc93f98c84b3d2e9c5bad4ded61db011e8b9270665c842"` [INFO] running `"docker" "rm" "-f" "c110ca41b2f4ca3942bc93f98c84b3d2e9c5bad4ded61db011e8b9270665c842"` [INFO] [stdout] c110ca41b2f4ca3942bc93f98c84b3d2e9c5bad4ded61db011e8b9270665c842 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 457fc4a672e91a8495f5417adc0a8b6f015dc972ef205dd8e1af2684cb59a1da [INFO] running `"docker" "start" "-a" "457fc4a672e91a8495f5417adc0a8b6f015dc972ef205dd8e1af2684cb59a1da"` [INFO] [stderr] Compiling valor v0.0.0-test (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/model.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(mut renderer: &mut Renderer, vertices: &[Vertex]) -> ModelHandle { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/model.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(mut renderer: &mut Renderer, vertices: &[Vertex]) -> ModelHandle { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.85s [INFO] running `"docker" "inspect" "457fc4a672e91a8495f5417adc0a8b6f015dc972ef205dd8e1af2684cb59a1da"` [INFO] running `"docker" "rm" "-f" "457fc4a672e91a8495f5417adc0a8b6f015dc972ef205dd8e1af2684cb59a1da"` [INFO] [stdout] 457fc4a672e91a8495f5417adc0a8b6f015dc972ef205dd8e1af2684cb59a1da [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] bfa59cb6ac9ddea25124e787763b537eca88d47a2c40d07aa5931d5f58aee7d1 [INFO] running `"docker" "start" "-a" "bfa59cb6ac9ddea25124e787763b537eca88d47a2c40d07aa5931d5f58aee7d1"` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/model.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(mut renderer: &mut Renderer, vertices: &[Vertex]) -> ModelHandle { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/model.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(mut renderer: &mut Renderer, vertices: &[Vertex]) -> ModelHandle { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/valor-d48ef4b04edb3337 [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] [stderr] Doc-tests valor [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" "bfa59cb6ac9ddea25124e787763b537eca88d47a2c40d07aa5931d5f58aee7d1"` [INFO] running `"docker" "rm" "-f" "bfa59cb6ac9ddea25124e787763b537eca88d47a2c40d07aa5931d5f58aee7d1"` [INFO] [stdout] bfa59cb6ac9ddea25124e787763b537eca88d47a2c40d07aa5931d5f58aee7d1