[INFO] updating cached repository gadomski/riprocess [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gadomski/riprocess [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gadomski/riprocess" "work/ex/beta-1.38-1/sources/1.37.0/gh/gadomski/riprocess"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/gadomski/riprocess'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gadomski/riprocess" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gadomski/riprocess"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gadomski/riprocess'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f65896522c8766fbb911e8adc66383d3be1ca4f7 [INFO] sha for GitHub repo gadomski/riprocess: f65896522c8766fbb911e8adc66383d3be1ca4f7 [INFO] validating manifest of gadomski/riprocess 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 gadomski/riprocess 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 gadomski/riprocess [INFO] finished frobbing gadomski/riprocess [INFO] frobbed toml for gadomski/riprocess written to work/ex/beta-1.38-1/sources/1.37.0/gh/gadomski/riprocess/Cargo.toml [INFO] started frobbing gadomski/riprocess [INFO] finished frobbing gadomski/riprocess [INFO] frobbed toml for gadomski/riprocess written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gadomski/riprocess/Cargo.toml [INFO] crate gadomski/riprocess 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 gadomski/riprocess 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-7/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/gadomski/riprocess:/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] 3b70d4bc0393db280fcbd6edb7b224cbd5fe0ef5a2a27b388643d1e98462c0ee [INFO] running `"docker" "start" "-a" "3b70d4bc0393db280fcbd6edb7b224cbd5fe0ef5a2a27b388643d1e98462c0ee"` [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling docopt v0.8.1 [INFO] [stderr] Compiling riprocess v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `toml` is imported redundantly [INFO] [stderr] --> src/config.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | use toml; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate toml; [INFO] [stderr] | ------------------ the item `toml` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/image.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^DSC(?P\d{5}).JPG$").unwrap(); [INFO] [stderr] 13 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/image.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^DSC(?P\d{5}).JPG$").unwrap(); [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timestamp.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^\d{6}_\d{6}.eif$").unwrap(); [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timestamp.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^\d{6}_\d{6}.eif$").unwrap(); [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 27.48s [INFO] running `"docker" "inspect" "3b70d4bc0393db280fcbd6edb7b224cbd5fe0ef5a2a27b388643d1e98462c0ee"` [INFO] running `"docker" "rm" "-f" "3b70d4bc0393db280fcbd6edb7b224cbd5fe0ef5a2a27b388643d1e98462c0ee"` [INFO] [stdout] 3b70d4bc0393db280fcbd6edb7b224cbd5fe0ef5a2a27b388643d1e98462c0ee [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/gadomski/riprocess:/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] 8f2f87297c83ab593a5ffd8c3e15848bbd0f6402f5b985fc3b41b2f8337ce8ca [INFO] running `"docker" "start" "-a" "8f2f87297c83ab593a5ffd8c3e15848bbd0f6402f5b985fc3b41b2f8337ce8ca"` [INFO] [stderr] Compiling riprocess v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `toml` is imported redundantly [INFO] [stderr] --> src/config.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | use toml; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate toml; [INFO] [stderr] | ------------------ the item `toml` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/image.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^DSC(?P\d{5}).JPG$").unwrap(); [INFO] [stderr] 13 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/image.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^DSC(?P\d{5}).JPG$").unwrap(); [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timestamp.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^\d{6}_\d{6}.eif$").unwrap(); [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/timestamp.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref FILE_NAME_REGEX: Regex = Regex::new(r"^\d{6}_\d{6}.eif$").unwrap(); [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 4.27s [INFO] running `"docker" "inspect" "8f2f87297c83ab593a5ffd8c3e15848bbd0f6402f5b985fc3b41b2f8337ce8ca"` [INFO] running `"docker" "rm" "-f" "8f2f87297c83ab593a5ffd8c3e15848bbd0f6402f5b985fc3b41b2f8337ce8ca"` [INFO] [stdout] 8f2f87297c83ab593a5ffd8c3e15848bbd0f6402f5b985fc3b41b2f8337ce8ca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/gadomski/riprocess:/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] 86082e30c0783e4decf6ff4bcda3a4e1fd3ed829d11d7462a36efd20f3c81980 [INFO] running `"docker" "start" "-a" "86082e30c0783e4decf6ff4bcda3a4e1fd3ed829d11d7462a36efd20f3c81980"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/riprocess-00524a0c86b260ce [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test image::tests::end_out_of_range ... ok [INFO] [stdout] test image::tests::all_images ... ok [INFO] [stdout] test image::tests::no_images ... ok [INFO] [stdout] test image::tests::end ... ok [INFO] [stdout] test image::tests::start ... ok [INFO] [stdout] test config::tests::image_count_mismatch ... ok [INFO] [stdout] test config::tests::image_list ... ok [INFO] [stdout] test image::tests::start_out_of_range ... ok [INFO] [stdout] test config::tests::no_images ... ok [INFO] [stdout] test config::tests::record_count_mismatch ... ok [INFO] [stdout] test record::tests::count_mismatch ... ok [INFO] [stdout] test record::tests::from_reference ... ok [INFO] [stdout] test timestamp::tests::invalid_end ... ok [INFO] [stdout] test timestamp::tests::all_paths ... ok [INFO] [stdout] test timestamp::tests::no_paths ... ok [INFO] [stdout] test timestamp::tests::invalid_start ... ok [INFO] [stdout] test timestamp::tests::start ... ok [INFO] [stdout] test timestamp::tests::timestamps ... ok [INFO] [stdout] test record::tests::empty_timestamps ... ok [INFO] [stdout] test timestamp::tests::end ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests riprocess [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/record.rs - record::Config::adjust_timestamps (line 20) ... ok [INFO] [stdout] test src/config.rs - config::Config::new (line 62) ... ok [INFO] [stdout] test src/image.rs - image::Config::paths (line 50) ... ok [INFO] [stdout] test src/record.rs - record::Config::adjust_timestamps (line 39) ... ok [INFO] [stdout] test src/image.rs - image::Config::new (line 35) ... ok [INFO] [stdout] test src/timestamp.rs - timestamp::Config::paths (line 34) ... ok [INFO] [stdout] test src/config.rs - config::Config (line 10) ... ok [INFO] [stdout] test src/config.rs - config::Config::from_path (line 44) ... ok [INFO] [stdout] test src/config.rs - config::Config::image_list (line 77) ... ok [INFO] [stdout] test src/timestamp.rs - timestamp::Config::timestamps (line 82) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "86082e30c0783e4decf6ff4bcda3a4e1fd3ed829d11d7462a36efd20f3c81980"` [INFO] running `"docker" "rm" "-f" "86082e30c0783e4decf6ff4bcda3a4e1fd3ed829d11d7462a36efd20f3c81980"` [INFO] [stdout] 86082e30c0783e4decf6ff4bcda3a4e1fd3ed829d11d7462a36efd20f3c81980