[INFO] updating cached repository https://github.com/trezm/thruster-starter-kit [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] 214c1da2509a80eca575d7e235ee230b4ff5728f [INFO] testing trezm/thruster-starter-kit against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrezm%2Fthruster-starter-kit" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/trezm/thruster-starter-kit 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/trezm/thruster-starter-kit [INFO] finished tweaking git repo https://github.com/trezm/thruster-starter-kit [INFO] tweaked toml for git repo https://github.com/trezm/thruster-starter-kit written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/trezm/thruster-starter-kit 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 121fde7875ec6d9783bb12e2b7a6fbc8bd101160823b266478505518fd11ada5 [INFO] running `"docker" "start" "-a" "121fde7875ec6d9783bb12e2b7a6fbc8bd101160823b266478505518fd11ada5"` [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling tokio-executor v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling templatify v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.22.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.1 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.34 [INFO] [stderr] Compiling tokio v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling thruster v0.3.2 [INFO] [stderr] Compiling fanta-starter-kit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref APP: App = { [INFO] [stderr] 22 | | let mut _app = App::::create(generate_context); [INFO] [stderr] 23 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }; [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.85s [INFO] running `"docker" "inspect" "121fde7875ec6d9783bb12e2b7a6fbc8bd101160823b266478505518fd11ada5"` [INFO] running `"docker" "rm" "-f" "121fde7875ec6d9783bb12e2b7a6fbc8bd101160823b266478505518fd11ada5"` [INFO] [stdout] 121fde7875ec6d9783bb12e2b7a6fbc8bd101160823b266478505518fd11ada5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] c9651b6f2e86da2f2c99ef8c9a90fd78b6997a80a562839ee8d31b86511d7fe9 [INFO] running `"docker" "start" "-a" "c9651b6f2e86da2f2c99ef8c9a90fd78b6997a80a562839ee8d31b86511d7fe9"` [INFO] [stderr] Compiling fanta-starter-kit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref APP: App = { [INFO] [stderr] 22 | | let mut _app = App::::create(generate_context); [INFO] [stderr] 23 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }; [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "c9651b6f2e86da2f2c99ef8c9a90fd78b6997a80a562839ee8d31b86511d7fe9"` [INFO] running `"docker" "rm" "-f" "c9651b6f2e86da2f2c99ef8c9a90fd78b6997a80a562839ee8d31b86511d7fe9"` [INFO] [stdout] c9651b6f2e86da2f2c99ef8c9a90fd78b6997a80a562839ee8d31b86511d7fe9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 54d91d1f0b75830c54fc47d194027e9dc3cb3d607c8c01bcf62eae286e395c85 [INFO] running `"docker" "start" "-a" "54d91d1f0b75830c54fc47d194027e9dc3cb3d607c8c01bcf62eae286e395c85"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fanta_starter_kit-5eceea42c8d3de48 [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" "54d91d1f0b75830c54fc47d194027e9dc3cb3d607c8c01bcf62eae286e395c85"` [INFO] running `"docker" "rm" "-f" "54d91d1f0b75830c54fc47d194027e9dc3cb3d607c8c01bcf62eae286e395c85"` [INFO] [stdout] 54d91d1f0b75830c54fc47d194027e9dc3cb3d607c8c01bcf62eae286e395c85