[INFO] updating cached repository khaale/logparse [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/khaale/logparse [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/khaale/logparse" "work/ex/beta-1.38-1/sources/1.37.0/gh/khaale/logparse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/khaale/logparse'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/khaale/logparse" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/khaale/logparse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/khaale/logparse'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a0e16607bb8b58011a71b4d4567dcbf744b55f8 [INFO] sha for GitHub repo khaale/logparse: 0a0e16607bb8b58011a71b4d4567dcbf744b55f8 [INFO] validating manifest of khaale/logparse 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 khaale/logparse 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 khaale/logparse [INFO] finished frobbing khaale/logparse [INFO] frobbed toml for khaale/logparse written to work/ex/beta-1.38-1/sources/1.37.0/gh/khaale/logparse/Cargo.toml [INFO] started frobbing khaale/logparse [INFO] finished frobbing khaale/logparse [INFO] frobbed toml for khaale/logparse written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/khaale/logparse/Cargo.toml [INFO] crate khaale/logparse 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 khaale/logparse 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-1/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/khaale/logparse:/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] c71584560f8454a89698280349c7b22114a61b2ea73f92d4000307380861f390 [INFO] running `"docker" "start" "-a" "c71584560f8454a89698280349c7b22114a61b2ea73f92d4000307380861f390"` [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.24.1 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling logparse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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 43.27s [INFO] running `"docker" "inspect" "c71584560f8454a89698280349c7b22114a61b2ea73f92d4000307380861f390"` [INFO] running `"docker" "rm" "-f" "c71584560f8454a89698280349c7b22114a61b2ea73f92d4000307380861f390"` [INFO] [stdout] c71584560f8454a89698280349c7b22114a61b2ea73f92d4000307380861f390 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/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/khaale/logparse:/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] 17c2e702f44dfd89cff711475be27a7421403d1682cb3178e45955c4cd7f6857 [INFO] running `"docker" "start" "-a" "17c2e702f44dfd89cff711475be27a7421403d1682cb3178e45955c4cd7f6857"` [INFO] [stderr] Compiling logparse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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/reader.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PRE_EXECUTE_PACKAGE_RGX: Regex = Regex::new(r"Pre-execute package (.*)").unwrap(); [INFO] [stderr] 73 | | static ref CONTAINER_NAME_RGX: Regex = Regex::new(r"Container Name : (.*)").unwrap(); [INFO] [stderr] 74 | | static ref PRE_EXECUTE_TASK_RGX: Regex = Regex::new(r"PRE EXECUTE (.*)").unwrap(); [INFO] [stderr] 75 | | static ref POST_EXECUTE_TASK_RGX: Regex = Regex::new(r"POST EXECUTE (.*)").unwrap(); [INFO] [stderr] 76 | | } [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 2.73s [INFO] running `"docker" "inspect" "17c2e702f44dfd89cff711475be27a7421403d1682cb3178e45955c4cd7f6857"` [INFO] running `"docker" "rm" "-f" "17c2e702f44dfd89cff711475be27a7421403d1682cb3178e45955c4cd7f6857"` [INFO] [stdout] 17c2e702f44dfd89cff711475be27a7421403d1682cb3178e45955c4cd7f6857 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/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/khaale/logparse:/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] 79fc5fc0a7846fe0bb7e697a92f5f4e5e4feeb7ebcf472892c0156c4d58f5791 [INFO] running `"docker" "start" "-a" "79fc5fc0a7846fe0bb7e697a92f5f4e5e4feeb7ebcf472892c0156c4d58f5791"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/logparse-32b7be8b88bbdca4 [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test model::tests::should_add_many_tasks_to_package ... ok [INFO] [stdout] test model::tests::should_add_task_to_package ... ok [INFO] [stdout] test model::tests::should_add_nested_task ... ok [INFO] [stdout] test model::tests::should_return_error_on_container_name_when_package_not_started ... ok [INFO] [stdout] test model::tests::should_create_package_after_start_package_and_container_name ... ok [INFO] [stdout] test model::tests::should_return_error_on_post_start_task_when_package_not_started ... ok [INFO] [stdout] test reader::tests::should_parse_post_execute_task ... ok [INFO] [stdout] test model::tests::should_return_error_on_pre_start_task_when_package_not_started ... ok [INFO] [stdout] test reader::tests::should_ignore_not_needed_lines ... ok [INFO] [stdout] test reader::tests::should_parse_pre_execute_package ... ok [INFO] [stdout] test reader::tests::should_parse_container_name ... ok [INFO] [stdout] test model::tests::should_return_error_on_post_start_task_when_pre_task_not_called ... ok [INFO] [stdout] test reader::tests::should_parse_multiple_events_and_end_with_none ... ok [INFO] [stdout] test reader::tests::should_parse_pre_execute_task ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "79fc5fc0a7846fe0bb7e697a92f5f4e5e4feeb7ebcf472892c0156c4d58f5791"` [INFO] running `"docker" "rm" "-f" "79fc5fc0a7846fe0bb7e697a92f5f4e5e4feeb7ebcf472892c0156c4d58f5791"` [INFO] [stdout] 79fc5fc0a7846fe0bb7e697a92f5f4e5e4feeb7ebcf472892c0156c4d58f5791