[INFO] updating cached repository https://github.com/GeoffClements/Storm [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] c2c5ffc2f1dcb80dfe347cd662252ddffb67e647 [INFO] testing GeoffClements/Storm against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeoffClements%2FStorm" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/GeoffClements/Storm 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/GeoffClements/Storm [INFO] finished tweaking git repo https://github.com/GeoffClements/Storm [INFO] tweaked toml for git repo https://github.com/GeoffClements/Storm written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/GeoffClements/Storm 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 6d5d21429319a4c309fe933bd17531310ad4b91295ed70bb8f73af508f2d2fa6 [INFO] running `"docker" "start" "-a" "6d5d21429319a4c309fe933bd17531310ad4b91295ed70bb8f73af508f2d2fa6"` [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling gstreamer v0.14.4 [INFO] [stderr] Compiling mac_address v1.0.0 [INFO] [stderr] Compiling muldiv v0.2.0 [INFO] [stderr] Compiling thread-control v0.1.2 [INFO] [stderr] Compiling glib-sys v0.9.0 [INFO] [stderr] Compiling gobject-sys v0.9.0 [INFO] [stderr] Compiling gstreamer-sys v0.8.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling glib v0.8.1 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.4 [INFO] [stderr] Compiling actix v0.8.3 [INFO] [stderr] Compiling storm v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.71s [INFO] running `"docker" "inspect" "6d5d21429319a4c309fe933bd17531310ad4b91295ed70bb8f73af508f2d2fa6"` [INFO] running `"docker" "rm" "-f" "6d5d21429319a4c309fe933bd17531310ad4b91295ed70bb8f73af508f2d2fa6"` [INFO] [stdout] 6d5d21429319a4c309fe933bd17531310ad4b91295ed70bb8f73af508f2d2fa6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] dc11c0e5f0b980cf46a5ae1fa3c9f7eaf6eebc5a60b7942a817b85281f16c548 [INFO] running `"docker" "start" "-a" "dc11c0e5f0b980cf46a5ae1fa3c9f7eaf6eebc5a60b7942a817b85281f16c548"` [INFO] [stderr] Compiling storm v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.38s [INFO] running `"docker" "inspect" "dc11c0e5f0b980cf46a5ae1fa3c9f7eaf6eebc5a60b7942a817b85281f16c548"` [INFO] running `"docker" "rm" "-f" "dc11c0e5f0b980cf46a5ae1fa3c9f7eaf6eebc5a60b7942a817b85281f16c548"` [INFO] [stdout] dc11c0e5f0b980cf46a5ae1fa3c9f7eaf6eebc5a60b7942a817b85281f16c548 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 3c13d210f4bc0f6c510a8ef3ec70a728faf4688ffc65b1a6f6b79afa222a2b3a [INFO] running `"docker" "start" "-a" "3c13d210f4bc0f6c510a8ef3ec70a728faf4688ffc65b1a6f6b79afa222a2b3a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/storm-9dd788f9eea56ee7 [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" "3c13d210f4bc0f6c510a8ef3ec70a728faf4688ffc65b1a6f6b79afa222a2b3a"` [INFO] running `"docker" "rm" "-f" "3c13d210f4bc0f6c510a8ef3ec70a728faf4688ffc65b1a6f6b79afa222a2b3a"` [INFO] [stdout] 3c13d210f4bc0f6c510a8ef3ec70a728faf4688ffc65b1a6f6b79afa222a2b3a