[INFO] crate ssb_parser 0.2.4 is already in cache [INFO] extracting crate ssb_parser 0.2.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/ssb_parser/0.2.4 [INFO] extracting crate ssb_parser 0.2.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ssb_parser/0.2.4 [INFO] validating manifest of ssb_parser-0.2.4 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 ssb_parser-0.2.4 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 ssb_parser-0.2.4 [INFO] finished frobbing ssb_parser-0.2.4 [INFO] frobbed toml for ssb_parser-0.2.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/ssb_parser/0.2.4/Cargo.toml [INFO] started frobbing ssb_parser-0.2.4 [INFO] finished frobbing ssb_parser-0.2.4 [INFO] frobbed toml for ssb_parser-0.2.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ssb_parser/0.2.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing ssb_parser-0.2.4 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/ssb_parser/0.2.4:/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] 2c4e75b1ab7bee2dc52c70c1488cf746b6e20ab5c9af4349eab4618fcf1e21ad [INFO] running `"docker" "start" "-a" "2c4e75b1ab7bee2dc52c70c1488cf746b6e20ab5c9af4349eab4618fcf1e21ad"` [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling ssb_parser v0.2.4 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/utils/functions.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | 1...2 => u8::from_str_radix(text, 16).map_err(|_| () ), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/utils/functions.rs:43:10 [INFO] [stderr] | [INFO] [stderr] 43 | 1...6 => u32::from_str_radix(text, 16).map(|value| {let bytes = value.to_le_bytes(); [bytes[2], bytes[1], bytes[0]]} ).map_err(|_| () ), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.43s [INFO] running `"docker" "inspect" "2c4e75b1ab7bee2dc52c70c1488cf746b6e20ab5c9af4349eab4618fcf1e21ad"` [INFO] running `"docker" "rm" "-f" "2c4e75b1ab7bee2dc52c70c1488cf746b6e20ab5c9af4349eab4618fcf1e21ad"` [INFO] [stdout] 2c4e75b1ab7bee2dc52c70c1488cf746b6e20ab5c9af4349eab4618fcf1e21ad [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/ssb_parser/0.2.4:/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] c93a8b8d3dec1e98a092fcd2b293f8694bcd2c7a8cc5e30e7069941906e68695 [INFO] running `"docker" "start" "-a" "c93a8b8d3dec1e98a092fcd2b293f8694bcd2c7a8cc5e30e7069941906e68695"` [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling ssb_parser v0.2.4 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/utils/functions.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | 1...2 => u8::from_str_radix(text, 16).map_err(|_| () ), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/utils/functions.rs:43:10 [INFO] [stderr] | [INFO] [stderr] 43 | 1...6 => u32::from_str_radix(text, 16).map(|value| {let bytes = value.to_le_bytes(); [bytes[2], bytes[1], bytes[0]]} ).map_err(|_| () ), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.69s [INFO] running `"docker" "inspect" "c93a8b8d3dec1e98a092fcd2b293f8694bcd2c7a8cc5e30e7069941906e68695"` [INFO] running `"docker" "rm" "-f" "c93a8b8d3dec1e98a092fcd2b293f8694bcd2c7a8cc5e30e7069941906e68695"` [INFO] [stdout] c93a8b8d3dec1e98a092fcd2b293f8694bcd2c7a8cc5e30e7069941906e68695 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/ssb_parser/0.2.4:/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] 1550695611f5881cc0e8bf0e9a779958d972083a935afdf913ff019a10599b01 [INFO] running `"docker" "start" "-a" "1550695611f5881cc0e8bf0e9a779958d972083a935afdf913ff019a10599b01"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/ssb_parser-35bf2f3c3646908b [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test types::error::tests::parse_error_with_source ... ok [INFO] [stdout] test types::error::tests::parse_error ... ok [INFO] [stdout] test types::error::tests::parse_error_with_pos ... ok [INFO] [stdout] test types::error::tests::parse_error_from_io ... ok [INFO] [stdout] test types::objects::tests::convert ... ok [INFO] [stdout] test types::error::tests::parse_error_with_pos_and_source ... ok [INFO] [stdout] test data::tests::invalid_tag ... ok [INFO] [stdout] test data::tests::invalid_geometry ... ok [INFO] [stdout] test utils::functions::tests::parse_bool ... ok [INFO] [stdout] test utils::functions::tests::flatten_macro_notfound ... ok [INFO] [stdout] test utils::functions::tests::map_err_str ... ok [INFO] [stdout] test utils::functions::tests::compare_macro_errors ... ok [INFO] [stdout] test utils::state::tests::convert ... ok [INFO] [stdout] test utils::functions::tests::tag_geometry_iter ... ok [INFO] [stdout] test utils::functions::tests::parse_rgb_alpha ... ok [INFO] [stdout] test utils::functions::tests::flatten_macro_infinite ... ok [INFO] [stdout] test types::ssb::tests::convert ... ok [INFO] [stdout] test utils::functions::tests::flatten_macro_success ... ok [INFO] [stdout] test utils::functions::tests::tags_iter ... ok [INFO] [stdout] test utils::functions::tests::parse_timestamp_various ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1550695611f5881cc0e8bf0e9a779958d972083a935afdf913ff019a10599b01"` [INFO] running `"docker" "rm" "-f" "1550695611f5881cc0e8bf0e9a779958d972083a935afdf913ff019a10599b01"` [INFO] [stdout] 1550695611f5881cc0e8bf0e9a779958d972083a935afdf913ff019a10599b01