[INFO] updating cached repository https://github.com/sector-f/dorian [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] 7fe101e51db2e2a4414199a072685fa7c0834e18 [INFO] testing sector-f/dorian against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsector-f%2Fdorian" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sector-f/dorian on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sector-f/dorian [INFO] finished tweaking git repo https://github.com/sector-f/dorian [INFO] tweaked toml for git repo https://github.com/sector-f/dorian written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/sector-f/dorian already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f2d81f4cc95fbe8b885188cb09df9122c5b94b29e86d579c1ca7c5c467540f30 [INFO] running `"docker" "start" "-a" "f2d81f4cc95fbe8b885188cb09df9122c5b94b29e86d579c1ca7c5c467540f30"` [INFO] [stderr] Compiling libc v0.2.19 [INFO] [stderr] Compiling sdl2-sys v0.25.0 [INFO] [stderr] Compiling unicode-segmentation v0.1.3 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling nodrop v0.1.8 [INFO] [stderr] Compiling futures v0.1.7 [INFO] [stderr] Compiling wayland-scanner v0.7.6 [INFO] [stderr] Compiling pistoncore-input v0.15.0 [INFO] [stderr] Compiling piston2d-graphics v0.19.0 [INFO] [stderr] Compiling gl v0.6.1 [INFO] [stderr] Compiling glutin v0.7.1 [INFO] [stderr] Compiling enum_primitive v0.1.0 [INFO] [stderr] Compiling arrayvec v0.3.20 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling miniz-sys v0.1.7 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling term_size v0.2.1 [INFO] [stderr] Compiling flate2 v0.2.14 [INFO] [stderr] Compiling rusttype v0.2.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling pistoncore-window v0.24.0 [INFO] [stderr] Compiling wayland-client v0.7.6 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling sdl2 v0.25.0 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling pistoncore-event_loop v0.27.0 [INFO] [stderr] Compiling rayon v0.6.0 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling piston v0.27.0 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling mio v0.6.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.10 [INFO] [stderr] Compiling tokio-core v0.1.3 [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling futures-spawn v0.1.1 [INFO] [stderr] Compiling futures-threadpool v0.1.0 [INFO] [stderr] Compiling pistoncore-sdl2_window v0.37.0 [INFO] [stderr] Compiling piston-gfx_texture v0.18.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.36.2 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.33.2 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.6 [INFO] [stderr] Compiling wayland-kbd v0.6.2 [INFO] [stderr] Compiling wayland-window v0.4.3 [INFO] [stderr] Compiling winit v0.5.6 [INFO] [stderr] Compiling pistoncore-glutin_window v0.33.0 [INFO] [stderr] Compiling piston_window v0.59.0 [INFO] [stderr] Compiling dorian v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `futures_spawn::SpawnHelper` [INFO] [stderr] --> src/viewer.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use futures_spawn::SpawnHelper; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Future` [INFO] [stderr] --> src/viewer.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unload` [INFO] [stderr] --> src/picture.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn unload(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `threadpool` [INFO] [stderr] --> src/viewer.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | threadpool: ThreadPool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.11s [INFO] running `"docker" "inspect" "f2d81f4cc95fbe8b885188cb09df9122c5b94b29e86d579c1ca7c5c467540f30"` [INFO] running `"docker" "rm" "-f" "f2d81f4cc95fbe8b885188cb09df9122c5b94b29e86d579c1ca7c5c467540f30"` [INFO] [stdout] f2d81f4cc95fbe8b885188cb09df9122c5b94b29e86d579c1ca7c5c467540f30 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 483d66a15a912571eae73fa19423b80286c4d9b2397748a80fc753b9ff5786f1 [INFO] running `"docker" "start" "-a" "483d66a15a912571eae73fa19423b80286c4d9b2397748a80fc753b9ff5786f1"` [INFO] [stderr] Compiling dorian v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `futures_spawn::SpawnHelper` [INFO] [stderr] --> src/viewer.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use futures_spawn::SpawnHelper; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Future` [INFO] [stderr] --> src/viewer.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unload` [INFO] [stderr] --> src/picture.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn unload(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `threadpool` [INFO] [stderr] --> src/viewer.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | threadpool: ThreadPool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `"docker" "inspect" "483d66a15a912571eae73fa19423b80286c4d9b2397748a80fc753b9ff5786f1"` [INFO] running `"docker" "rm" "-f" "483d66a15a912571eae73fa19423b80286c4d9b2397748a80fc753b9ff5786f1"` [INFO] [stdout] 483d66a15a912571eae73fa19423b80286c4d9b2397748a80fc753b9ff5786f1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] c5fba0d7c9a04a7574fad1e359acab818c3e6266df46847a3fdf65c3cc037483 [INFO] running `"docker" "start" "-a" "c5fba0d7c9a04a7574fad1e359acab818c3e6266df46847a3fdf65c3cc037483"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dorian-b5d1e4621e07e51c [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" "c5fba0d7c9a04a7574fad1e359acab818c3e6266df46847a3fdf65c3cc037483"` [INFO] running `"docker" "rm" "-f" "c5fba0d7c9a04a7574fad1e359acab818c3e6266df46847a3fdf65c3cc037483"` [INFO] [stdout] c5fba0d7c9a04a7574fad1e359acab818c3e6266df46847a3fdf65c3cc037483