[INFO] updating cached repository ioncodes/yolo-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ioncodes/yolo-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ioncodes/yolo-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/yolo-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/yolo-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ioncodes/yolo-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/yolo-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/yolo-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 500f09410e45a29be1207f97c541c267faa36536 [INFO] sha for GitHub repo ioncodes/yolo-rs: 500f09410e45a29be1207f97c541c267faa36536 [INFO] validating manifest of ioncodes/yolo-rs 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 ioncodes/yolo-rs 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 ioncodes/yolo-rs [INFO] finished frobbing ioncodes/yolo-rs [INFO] frobbed toml for ioncodes/yolo-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/yolo-rs/Cargo.toml [INFO] started frobbing ioncodes/yolo-rs [INFO] finished frobbing ioncodes/yolo-rs [INFO] frobbed toml for ioncodes/yolo-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/yolo-rs/Cargo.toml [INFO] crate ioncodes/yolo-rs 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 ioncodes/yolo-rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/yolo-rs:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5b7caacfa6880e7883d9bfb11b43b5bac0182672d0a1c70c4ef99a92e4d44bc6 [INFO] running `"docker" "start" "-a" "5b7caacfa6880e7883d9bfb11b43b5bac0182672d0a1c70c4ef99a92e4d44bc6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling filetime v0.1.10 [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling wayland-scanner v0.9.9 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling glium v0.17.0 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling wayland-sys v0.9.9 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling notify v4.0.1 [INFO] [stderr] Compiling wayland-window v0.6.1 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling winit v0.7.5 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling yolo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:74:27 [INFO] [stderr] | [INFO] [stderr] 74 | command = command.trim_right_matches("\r\n").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `"docker" "inspect" "5b7caacfa6880e7883d9bfb11b43b5bac0182672d0a1c70c4ef99a92e4d44bc6"` [INFO] running `"docker" "rm" "-f" "5b7caacfa6880e7883d9bfb11b43b5bac0182672d0a1c70c4ef99a92e4d44bc6"` [INFO] [stdout] 5b7caacfa6880e7883d9bfb11b43b5bac0182672d0a1c70c4ef99a92e4d44bc6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/yolo-rs:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a4698bc4031ac1b6ad730c8a990a4946e2e3cf9680f78b9704afee1cd1fcf1c2 [INFO] running `"docker" "start" "-a" "a4698bc4031ac1b6ad730c8a990a4946e2e3cf9680f78b9704afee1cd1fcf1c2"` [INFO] [stderr] Compiling yolo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:74:27 [INFO] [stderr] | [INFO] [stderr] 74 | command = command.trim_right_matches("\r\n").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `"docker" "inspect" "a4698bc4031ac1b6ad730c8a990a4946e2e3cf9680f78b9704afee1cd1fcf1c2"` [INFO] running `"docker" "rm" "-f" "a4698bc4031ac1b6ad730c8a990a4946e2e3cf9680f78b9704afee1cd1fcf1c2"` [INFO] [stdout] a4698bc4031ac1b6ad730c8a990a4946e2e3cf9680f78b9704afee1cd1fcf1c2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/yolo-rs:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] a4e8ec7343d05714bd1e4db258209110161bdf1e8147cb04e3d19d85e4b156e4 [INFO] running `"docker" "start" "-a" "a4e8ec7343d05714bd1e4db258209110161bdf1e8147cb04e3d19d85e4b156e4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/yolo-21c16e7a6d154004 [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" "a4e8ec7343d05714bd1e4db258209110161bdf1e8147cb04e3d19d85e4b156e4"` [INFO] running `"docker" "rm" "-f" "a4e8ec7343d05714bd1e4db258209110161bdf1e8147cb04e3d19d85e4b156e4"` [INFO] [stdout] a4e8ec7343d05714bd1e4db258209110161bdf1e8147cb04e3d19d85e4b156e4