[INFO] updating cached repository https://github.com/alatiera/rfc822_sanitizer [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] 3f6ea484b10e5f266b8ae4564baa0a5ff51281fe [INFO] testing alatiera/rfc822_sanitizer against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Falatiera%2Frfc822_sanitizer" "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/alatiera/rfc822_sanitizer on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/alatiera/rfc822_sanitizer [INFO] finished tweaking git repo https://github.com/alatiera/rfc822_sanitizer [INFO] tweaked toml for git repo https://github.com/alatiera/rfc822_sanitizer written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/alatiera/rfc822_sanitizer already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ff6f1f7dac08c103a322a7d3d5498fff25fc8b699193dfe8f1d8ebb507d343a1 [INFO] running `"docker" "start" "-a" "ff6f1f7dac08c103a322a7d3d5498fff25fc8b699193dfe8f1d8ebb507d343a1"` [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling lazy_static v0.2.9 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling rfc822_sanitizer v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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 17.03s [INFO] running `"docker" "inspect" "ff6f1f7dac08c103a322a7d3d5498fff25fc8b699193dfe8f1d8ebb507d343a1"` [INFO] running `"docker" "rm" "-f" "ff6f1f7dac08c103a322a7d3d5498fff25fc8b699193dfe8f1d8ebb507d343a1"` [INFO] [stdout] ff6f1f7dac08c103a322a7d3d5498fff25fc8b699193dfe8f1d8ebb507d343a1 [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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5831eddf4722776bd2528f5c475a1ea0de44152f4694dd618925d044be82c683 [INFO] running `"docker" "start" "-a" "5831eddf4722776bd2528f5c475a1ea0de44152f4694dd618925d044be82c683"` [INFO] [stderr] Compiling rfc822_sanitizer v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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/lib.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | /// If it matchers a pattern of 2:2:2, return. [INFO] [stderr] 29 | | static ref OK_RGX: Regex = Regex::new(r"(\d{2}):(\d{2}):(\d{2})").unwrap(); [INFO] [stderr] 30 | | [INFO] [stderr] 31 | | /// hours, minutes, seconds = cap[1], cap[2], cap[3] [INFO] [stderr] 32 | | static ref RE_RGX: Regex = Regex::new(r"(\d{1,2}):(\d{1,2}):(\d{1,2})").unwrap(); [INFO] [stderr] 33 | | } [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.90s [INFO] running `"docker" "inspect" "5831eddf4722776bd2528f5c475a1ea0de44152f4694dd618925d044be82c683"` [INFO] running `"docker" "rm" "-f" "5831eddf4722776bd2528f5c475a1ea0de44152f4694dd618925d044be82c683"` [INFO] [stdout] 5831eddf4722776bd2528f5c475a1ea0de44152f4694dd618925d044be82c683 [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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 2c651ba3d6198bf5fd06925327e95f1ca18212d907e4fbeed5e13aa193a4fe8a [INFO] running `"docker" "start" "-a" "2c651ba3d6198bf5fd06925327e95f1ca18212d907e4fbeed5e13aa193a4fe8a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rfc822_sanitizer-4f2c4ec99e3885c8 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::test_replace_leading_zeroes ... ok [INFO] [stdout] test tests::test_remove_weekday ... ok [INFO] [stdout] test tests::test_replace_month ... ok [INFO] [stdout] test tests::test_invalid_dates ... ok [INFO] [stdout] test tests::test_sanitize_rfc822_like_date ... ok [INFO] [stdout] test tests::test_pad_zeros ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rfc822_sanitizer [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - parse_from_rfc2822_with_fallback (line 123) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2c651ba3d6198bf5fd06925327e95f1ca18212d907e4fbeed5e13aa193a4fe8a"` [INFO] running `"docker" "rm" "-f" "2c651ba3d6198bf5fd06925327e95f1ca18212d907e4fbeed5e13aa193a4fe8a"` [INFO] [stdout] 2c651ba3d6198bf5fd06925327e95f1ca18212d907e4fbeed5e13aa193a4fe8a