[INFO] updating cached repository https://github.com/melt-umn/monto-example-services [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] 8ad183cb3f9a6baf80d77ae7a1fe7257daf3c341 [INFO] testing melt-umn/monto-example-services against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelt-umn%2Fmonto-example-services" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/melt-umn/monto-example-services 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 git repo https://github.com/melt-umn/monto-example-services [INFO] finished tweaking git repo https://github.com/melt-umn/monto-example-services [INFO] tweaked toml for git repo https://github.com/melt-umn/monto-example-services written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/melt-umn/monto-example-services already has a lockfile, it will not be regenerated [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 3410229ba66b8ed26690929911607f7b0b0c657afdd1c8cb53a64c9d6e19c041 [INFO] running `"docker" "start" "-a" "3410229ba66b8ed26690929911607f7b0b0c657afdd1c8cb53a64c9d6e19c041"` [INFO] [stderr] Compiling isatty v0.1.5 [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling shell32-sys v0.1.1 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling filetime v0.1.14 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling semver v0.7.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling tokio-core v0.1.10 [INFO] [stderr] Compiling pretty_logger v0.1.8 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling dirs v0.3.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling notify v4.0.2 [INFO] [stderr] Compiling hyper v0.11.7 [INFO] [stderr] Compiling monto v0.1.12 [INFO] [stderr] Compiling monto-example-services v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.05s [INFO] running `"docker" "inspect" "3410229ba66b8ed26690929911607f7b0b0c657afdd1c8cb53a64c9d6e19c041"` [INFO] running `"docker" "rm" "-f" "3410229ba66b8ed26690929911607f7b0b0c657afdd1c8cb53a64c9d6e19c041"` [INFO] [stdout] 3410229ba66b8ed26690929911607f7b0b0c657afdd1c8cb53a64c9d6e19c041 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] ecd6e5e50058e2e13b53b4989bebfe3bc08d321e71994d5c1980e8d170619f6b [INFO] running `"docker" "start" "-a" "ecd6e5e50058e2e13b53b4989bebfe3bc08d321e71994d5c1980e8d170619f6b"` [INFO] [stderr] Compiling monto-example-services v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.49s [INFO] running `"docker" "inspect" "ecd6e5e50058e2e13b53b4989bebfe3bc08d321e71994d5c1980e8d170619f6b"` [INFO] running `"docker" "rm" "-f" "ecd6e5e50058e2e13b53b4989bebfe3bc08d321e71994d5c1980e8d170619f6b"` [INFO] [stdout] ecd6e5e50058e2e13b53b4989bebfe3bc08d321e71994d5c1980e8d170619f6b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] e915a072645a663df61abc69d2e130c73e7abfb664e120abf78307583f3980c2 [INFO] running `"docker" "start" "-a" "e915a072645a663df61abc69d2e130c73e7abfb664e120abf78307583f3980c2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/monto_example_services-9ac9fdca7406ab74 [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" "e915a072645a663df61abc69d2e130c73e7abfb664e120abf78307583f3980c2"` [INFO] running `"docker" "rm" "-f" "e915a072645a663df61abc69d2e130c73e7abfb664e120abf78307583f3980c2"` [INFO] [stdout] e915a072645a663df61abc69d2e130c73e7abfb664e120abf78307583f3980c2