[INFO] updating cached repository trezm/thruster-starter-kit [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/trezm/thruster-starter-kit [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/trezm/thruster-starter-kit" "work/ex/beta-1.38-1/sources/1.37.0/gh/trezm/thruster-starter-kit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/trezm/thruster-starter-kit'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/trezm/thruster-starter-kit" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/trezm/thruster-starter-kit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/trezm/thruster-starter-kit'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 214c1da2509a80eca575d7e235ee230b4ff5728f [INFO] sha for GitHub repo trezm/thruster-starter-kit: 214c1da2509a80eca575d7e235ee230b4ff5728f [INFO] validating manifest of trezm/thruster-starter-kit on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of trezm/thruster-starter-kit on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing trezm/thruster-starter-kit [INFO] finished frobbing trezm/thruster-starter-kit [INFO] frobbed toml for trezm/thruster-starter-kit written to work/ex/beta-1.38-1/sources/1.37.0/gh/trezm/thruster-starter-kit/Cargo.toml [INFO] started frobbing trezm/thruster-starter-kit [INFO] finished frobbing trezm/thruster-starter-kit [INFO] frobbed toml for trezm/thruster-starter-kit written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/trezm/thruster-starter-kit/Cargo.toml [INFO] crate trezm/thruster-starter-kit already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing trezm/thruster-starter-kit against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/trezm/thruster-starter-kit:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] d03f22fe931cefd260bedfb435f98a322d49f0033b96fd89f3ef404e68fe0f24 [INFO] running `"docker" "start" "-a" "d03f22fe931cefd260bedfb435f98a322d49f0033b96fd89f3ef404e68fe0f24"` [INFO] [stderr] Compiling futures v0.1.19 [INFO] [stderr] Compiling serde v1.0.34 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling templatify v0.2.2 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling tokio-executor v0.1.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling thruster v0.3.2 [INFO] [stderr] Compiling fanta-starter-kit v0.1.0 (/opt/crater/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 36.17s [INFO] running `"docker" "inspect" "d03f22fe931cefd260bedfb435f98a322d49f0033b96fd89f3ef404e68fe0f24"` [INFO] running `"docker" "rm" "-f" "d03f22fe931cefd260bedfb435f98a322d49f0033b96fd89f3ef404e68fe0f24"` [INFO] [stdout] d03f22fe931cefd260bedfb435f98a322d49f0033b96fd89f3ef404e68fe0f24 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/trezm/thruster-starter-kit:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f127516f33ea6d82163c139c2af5eb715da2ee0471ee47f51578c3c1be0d1b65 [INFO] running `"docker" "start" "-a" "f127516f33ea6d82163c139c2af5eb715da2ee0471ee47f51578c3c1be0d1b65"` [INFO] [stderr] Compiling fanta-starter-kit v0.1.0 (/opt/crater/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 1.02s [INFO] running `"docker" "inspect" "f127516f33ea6d82163c139c2af5eb715da2ee0471ee47f51578c3c1be0d1b65"` [INFO] running `"docker" "rm" "-f" "f127516f33ea6d82163c139c2af5eb715da2ee0471ee47f51578c3c1be0d1b65"` [INFO] [stdout] f127516f33ea6d82163c139c2af5eb715da2ee0471ee47f51578c3c1be0d1b65 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/trezm/thruster-starter-kit:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] f8f773209a8cac612b0f142e39e851d0a215bca6e5992fb4891e847d048f4eb3 [INFO] running `"docker" "start" "-a" "f8f773209a8cac612b0f142e39e851d0a215bca6e5992fb4891e847d048f4eb3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/fanta_starter_kit-078205dd980c07cf [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" "f8f773209a8cac612b0f142e39e851d0a215bca6e5992fb4891e847d048f4eb3"` [INFO] running `"docker" "rm" "-f" "f8f773209a8cac612b0f142e39e851d0a215bca6e5992fb4891e847d048f4eb3"` [INFO] [stdout] f8f773209a8cac612b0f142e39e851d0a215bca6e5992fb4891e847d048f4eb3