[INFO] updating cached repository DeMille/paint [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/DeMille/paint [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/DeMille/paint" "work/ex/beta-1.37-6/sources/1.36.0/gh/DeMille/paint"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/DeMille/paint'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/DeMille/paint" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/DeMille/paint"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/DeMille/paint'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a4689454264f76223e72c14fe749ae00cff2ae15 [INFO] sha for GitHub repo DeMille/paint: a4689454264f76223e72c14fe749ae00cff2ae15 [INFO] validating manifest of DeMille/paint on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of DeMille/paint on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing DeMille/paint [INFO] finished frobbing DeMille/paint [INFO] frobbed toml for DeMille/paint written to work/ex/beta-1.37-6/sources/1.36.0/gh/DeMille/paint/Cargo.toml [INFO] started frobbing DeMille/paint [INFO] finished frobbing DeMille/paint [INFO] frobbed toml for DeMille/paint written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/DeMille/paint/Cargo.toml [INFO] crate DeMille/paint already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing DeMille/paint against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/DeMille/paint:/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-07-23" "build" "--frozen"` [INFO] [stdout] ecc9f97507ab0dfa5d7134809343e33eb311edf6a036d11e71c526ab2712129c [INFO] running `"docker" "start" "-a" "ecc9f97507ab0dfa5d7134809343e33eb311edf6a036d11e71c526ab2712129c"` [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling walkdir v2.1.3 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling clap v2.29.3 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling onig_sys v67.1.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling notify v4.0.3 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling onig v3.1.1 [INFO] [stderr] Compiling syntect v2.0.0 [INFO] [stderr] Compiling paint v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/paint.rs:615:26 [INFO] [stderr] | [INFO] [stderr] 615 | .map(|line| line.trim_left_matches(&indent)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `"docker" "inspect" "ecc9f97507ab0dfa5d7134809343e33eb311edf6a036d11e71c526ab2712129c"` [INFO] running `"docker" "rm" "-f" "ecc9f97507ab0dfa5d7134809343e33eb311edf6a036d11e71c526ab2712129c"` [INFO] [stdout] ecc9f97507ab0dfa5d7134809343e33eb311edf6a036d11e71c526ab2712129c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/DeMille/paint:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 1b1f7509f80bbd71ca12f3629feb00e802a189d3424e2439a7564b9805c5b11b [INFO] running `"docker" "start" "-a" "1b1f7509f80bbd71ca12f3629feb00e802a189d3424e2439a7564b9805c5b11b"` [INFO] [stderr] Compiling paint v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/paint.rs:615:26 [INFO] [stderr] | [INFO] [stderr] 615 | .map(|line| line.trim_left_matches(&indent)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "1b1f7509f80bbd71ca12f3629feb00e802a189d3424e2439a7564b9805c5b11b"` [INFO] running `"docker" "rm" "-f" "1b1f7509f80bbd71ca12f3629feb00e802a189d3424e2439a7564b9805c5b11b"` [INFO] [stdout] 1b1f7509f80bbd71ca12f3629feb00e802a189d3424e2439a7564b9805c5b11b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/DeMille/paint:/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-07-23" "test" "--frozen"` [INFO] [stdout] b43c362a9260341a79e05b91f36545b7f9a0d455327e056b1100bb5b75cf2d49 [INFO] running `"docker" "start" "-a" "b43c362a9260341a79e05b91f36545b7f9a0d455327e056b1100bb5b75cf2d49"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/paint-ea5b461fd1f94508 [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" "b43c362a9260341a79e05b91f36545b7f9a0d455327e056b1100bb5b75cf2d49"` [INFO] running `"docker" "rm" "-f" "b43c362a9260341a79e05b91f36545b7f9a0d455327e056b1100bb5b75cf2d49"` [INFO] [stdout] b43c362a9260341a79e05b91f36545b7f9a0d455327e056b1100bb5b75cf2d49