[INFO] updating cached repository https://github.com/ckampfe/stanley-rs [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] [stderr] From https://github.com/ckampfe/stanley-rs [INFO] [stderr] b165f41..c389873 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c389873a00a996110abb6dc38285b26260fac491 [INFO] testing ckampfe/stanley-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckampfe%2Fstanley-rs" "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/ckampfe/stanley-rs 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/ckampfe/stanley-rs [INFO] finished tweaking git repo https://github.com/ckampfe/stanley-rs [INFO] tweaked toml for git repo https://github.com/ckampfe/stanley-rs written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ckampfe/stanley-rs 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-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] be1c2a5515af7a403096b556704436631e380565bd219e08d59722d85c09652b [INFO] running `"docker" "start" "-a" "be1c2a5515af7a403096b556704436631e380565bd219e08d59722d85c09652b"` [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling pulldown-cmark v0.6.0 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling parse-zoneinfo v0.2.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling quick-xml v0.14.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling chrono-tz v0.5.1 [INFO] [stderr] Compiling ignore v0.4.10 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling globwalk v0.7.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling rss v1.8.0 [INFO] [stderr] Compiling tera v1.0.0-beta.16 [INFO] [stderr] Compiling stanley-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.31s [INFO] running `"docker" "inspect" "be1c2a5515af7a403096b556704436631e380565bd219e08d59722d85c09652b"` [INFO] running `"docker" "rm" "-f" "be1c2a5515af7a403096b556704436631e380565bd219e08d59722d85c09652b"` [INFO] [stdout] be1c2a5515af7a403096b556704436631e380565bd219e08d59722d85c09652b [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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] b57ad27711dfe3446f0c97233e808cb680d0f7c28e86cbf00c86dc6b905de6ee [INFO] running `"docker" "start" "-a" "b57ad27711dfe3446f0c97233e808cb680d0f7c28e86cbf00c86dc6b905de6ee"` [INFO] [stderr] Compiling stanley-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "b57ad27711dfe3446f0c97233e808cb680d0f7c28e86cbf00c86dc6b905de6ee"` [INFO] running `"docker" "rm" "-f" "b57ad27711dfe3446f0c97233e808cb680d0f7c28e86cbf00c86dc6b905de6ee"` [INFO] [stdout] b57ad27711dfe3446f0c97233e808cb680d0f7c28e86cbf00c86dc6b905de6ee [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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] e6ca9da8b01449606a545e22af889d0e078872f23b6943e26f80b0e4d693321e [INFO] running `"docker" "start" "-a" "e6ca9da8b01449606a545e22af889d0e078872f23b6943e26f80b0e4d693321e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/stanley_rs-b96da826d08424fd [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" "e6ca9da8b01449606a545e22af889d0e078872f23b6943e26f80b0e4d693321e"` [INFO] running `"docker" "rm" "-f" "e6ca9da8b01449606a545e22af889d0e078872f23b6943e26f80b0e4d693321e"` [INFO] [stdout] e6ca9da8b01449606a545e22af889d0e078872f23b6943e26f80b0e4d693321e