[INFO] updating cached repository https://github.com/khaale/logparse [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a0e16607bb8b58011a71b4d4567dcbf744b55f8 [INFO] testing khaale/logparse against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhaale%2Flogparse" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/khaale/logparse on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/khaale/logparse [INFO] finished tweaking git repo https://github.com/khaale/logparse [INFO] tweaked toml for git repo https://github.com/khaale/logparse written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/khaale/logparse already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4b39183dd2791fd690ff55aabd86538156d477fc6ac9a1f0f0c1051225ecfd70 [INFO] running `"docker" "start" "-a" "4b39183dd2791fd690ff55aabd86538156d477fc6ac9a1f0f0c1051225ecfd70"` [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling clap v2.24.1 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling logparse v0.1.0 (/opt/rustwide/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 22.82s [INFO] running `"docker" "inspect" "4b39183dd2791fd690ff55aabd86538156d477fc6ac9a1f0f0c1051225ecfd70"` [INFO] running `"docker" "rm" "-f" "4b39183dd2791fd690ff55aabd86538156d477fc6ac9a1f0f0c1051225ecfd70"` [INFO] [stdout] 4b39183dd2791fd690ff55aabd86538156d477fc6ac9a1f0f0c1051225ecfd70 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] c8c18bfa9915ee45fd11f913a69409a6b2db5ce4048d0fb594e5ab66b58bec49 [INFO] running `"docker" "start" "-a" "c8c18bfa9915ee45fd11f913a69409a6b2db5ce4048d0fb594e5ab66b58bec49"` [INFO] [stderr] Compiling logparse v0.1.0 (/opt/rustwide/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.33s [INFO] running `"docker" "inspect" "c8c18bfa9915ee45fd11f913a69409a6b2db5ce4048d0fb594e5ab66b58bec49"` [INFO] running `"docker" "rm" "-f" "c8c18bfa9915ee45fd11f913a69409a6b2db5ce4048d0fb594e5ab66b58bec49"` [INFO] [stdout] c8c18bfa9915ee45fd11f913a69409a6b2db5ce4048d0fb594e5ab66b58bec49 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 3bdba0967f7bc1ccf76f6d57ee3c95dd3ca3b327e2f80440caca4138c74b2a8d [INFO] running `"docker" "start" "-a" "3bdba0967f7bc1ccf76f6d57ee3c95dd3ca3b327e2f80440caca4138c74b2a8d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/logparse-0dcd820154ea1dc5 [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test model::tests::should_add_task_to_package ... ok [INFO] [stdout] test model::tests::should_add_many_tasks_to_package ... ok [INFO] [stdout] test model::tests::should_add_nested_task ... 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_container_name_when_package_not_started ... ok [INFO] [stdout] test model::tests::should_return_error_on_post_start_task_when_package_not_started ... ok [INFO] [stdout] test model::tests::should_return_error_on_post_start_task_when_pre_task_not_called ... ok [INFO] [stdout] test model::tests::should_return_error_on_pre_start_task_when_package_not_started ... ok [INFO] [stdout] test reader::tests::should_parse_pre_execute_task ... 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_post_execute_task ... ok [INFO] [stdout] test reader::tests::should_parse_container_name ... ok [INFO] [stdout] test reader::tests::should_parse_multiple_events_and_end_with_none ... 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" "3bdba0967f7bc1ccf76f6d57ee3c95dd3ca3b327e2f80440caca4138c74b2a8d"` [INFO] running `"docker" "rm" "-f" "3bdba0967f7bc1ccf76f6d57ee3c95dd3ca3b327e2f80440caca4138c74b2a8d"` [INFO] [stdout] 3bdba0967f7bc1ccf76f6d57ee3c95dd3ca3b327e2f80440caca4138c74b2a8d