[INFO] crate pegasus 0.3.0 is already in cache [INFO] testing pegasus-0.3.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate pegasus 0.3.0 into work/builds/worker-8/source [INFO] validating manifest of crates.io crate pegasus 0.3.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pegasus 0.3.0 [INFO] finished tweaking crates.io crate pegasus 0.3.0 [INFO] tweaked toml for crates.io crate pegasus 0.3.0 written to work/builds/worker-8/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f716691377fe6baeecce806f7fda1114dc267a67a478319261c8cc4c1b2abb49 [INFO] running `"docker" "start" "-a" "f716691377fe6baeecce806f7fda1114dc267a67a478319261c8cc4c1b2abb49"` [INFO] [stderr] Compiling bitflags v0.6.0 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling draw_state v0.6.0 [INFO] [stderr] Compiling pulse v0.5.3 [INFO] [stderr] Compiling specs v0.7.1 [INFO] [stderr] Compiling gfx_core v0.6.1 [INFO] [stderr] Compiling gfx v0.14.1 [INFO] [stderr] Compiling pegasus v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.35s [INFO] running `"docker" "inspect" "f716691377fe6baeecce806f7fda1114dc267a67a478319261c8cc4c1b2abb49"` [INFO] running `"docker" "rm" "-f" "f716691377fe6baeecce806f7fda1114dc267a67a478319261c8cc4c1b2abb49"` [INFO] [stdout] f716691377fe6baeecce806f7fda1114dc267a67a478319261c8cc4c1b2abb49 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] fe18c0c53837cfa15c7f822b20f30c9e48df64e488f2d23dfc3dae411c64e090 [INFO] running `"docker" "start" "-a" "fe18c0c53837cfa15c7f822b20f30c9e48df64e488f2d23dfc3dae411c64e090"` [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling gfx_device_gl v0.13.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling gfx_window_glutin v0.14.0 [INFO] [stderr] Compiling pegasus v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/sample.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | let mut w = plan.mut_world(); [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] Finished dev [unoptimized + debuginfo] target(s) in 15.75s [INFO] running `"docker" "inspect" "fe18c0c53837cfa15c7f822b20f30c9e48df64e488f2d23dfc3dae411c64e090"` [INFO] running `"docker" "rm" "-f" "fe18c0c53837cfa15c7f822b20f30c9e48df64e488f2d23dfc3dae411c64e090"` [INFO] [stdout] fe18c0c53837cfa15c7f822b20f30c9e48df64e488f2d23dfc3dae411c64e090 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] f2749ef29066f1557fb396f2e24cde1760e87935271296553bb57ea874c5273a [INFO] running `"docker" "start" "-a" "f2749ef29066f1557fb396f2e24cde1760e87935271296553bb57ea874c5273a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pegasus-3adeb1189924690f [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 pegasus [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" "f2749ef29066f1557fb396f2e24cde1760e87935271296553bb57ea874c5273a"` [INFO] running `"docker" "rm" "-f" "f2749ef29066f1557fb396f2e24cde1760e87935271296553bb57ea874c5273a"` [INFO] [stdout] f2749ef29066f1557fb396f2e24cde1760e87935271296553bb57ea874c5273a