[INFO] crate mung 0.1.0 is already in cache [INFO] extracting crate mung 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/mung/0.1.0 [INFO] extracting crate mung 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mung/0.1.0 [INFO] validating manifest of mung-0.1.0 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 mung-0.1.0 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 mung-0.1.0 [INFO] finished frobbing mung-0.1.0 [INFO] frobbed toml for mung-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/mung/0.1.0/Cargo.toml [INFO] started frobbing mung-0.1.0 [INFO] finished frobbing mung-0.1.0 [INFO] frobbed toml for mung-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mung/0.1.0/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] testing mung-0.1.0 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mung/0.1.0:/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] 9d028c56ef809b6aeec244c23be65443e0ec8cad8d80980ab76002ab74cf78f0 [INFO] running `"docker" "start" "-a" "9d028c56ef809b6aeec244c23be65443e0ec8cad8d80980ab76002ab74cf78f0"` [INFO] [stderr] Compiling mung 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/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // TODO import/injest from https://html.spec.whatwg.org/entities.json at compile time [INFO] [stderr] 22 | | // [INFO] [stderr] 23 | | static ref ENTITIES: HashMap<&'static str, &'static str> = { [INFO] [stderr] ... | [INFO] [stderr] 306 | | }; [INFO] [stderr] 307 | | } [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:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // TODO import/injest from https://html.spec.whatwg.org/entities.json at compile time [INFO] [stderr] 22 | | // [INFO] [stderr] 23 | | static ref ENTITIES: HashMap<&'static str, &'static str> = { [INFO] [stderr] ... | [INFO] [stderr] 306 | | }; [INFO] [stderr] 307 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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 1.47s [INFO] running `"docker" "inspect" "9d028c56ef809b6aeec244c23be65443e0ec8cad8d80980ab76002ab74cf78f0"` [INFO] running `"docker" "rm" "-f" "9d028c56ef809b6aeec244c23be65443e0ec8cad8d80980ab76002ab74cf78f0"` [INFO] [stdout] 9d028c56ef809b6aeec244c23be65443e0ec8cad8d80980ab76002ab74cf78f0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mung/0.1.0:/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] 9d85ba86d921facd69a10f38e628913c2cb0607b8e784342e18a119d95a23a8b [INFO] running `"docker" "start" "-a" "9d85ba86d921facd69a10f38e628913c2cb0607b8e784342e18a119d95a23a8b"` [INFO] [stderr] Compiling mung 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/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // TODO import/injest from https://html.spec.whatwg.org/entities.json at compile time [INFO] [stderr] 22 | | // [INFO] [stderr] 23 | | static ref ENTITIES: HashMap<&'static str, &'static str> = { [INFO] [stderr] ... | [INFO] [stderr] 306 | | }; [INFO] [stderr] 307 | | } [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:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // TODO import/injest from https://html.spec.whatwg.org/entities.json at compile time [INFO] [stderr] 22 | | // [INFO] [stderr] 23 | | static ref ENTITIES: HashMap<&'static str, &'static str> = { [INFO] [stderr] ... | [INFO] [stderr] 306 | | }; [INFO] [stderr] 307 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:313:2 [INFO] [stderr] | [INFO] [stderr] 313 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 314 | | static ref NEED_TO_DECODE_ESCAPES: Regex = Regex::new( r"=[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 315 | | static ref NEED_TO_DECODE_UNDERSCORE: Regex = Regex::new( r"_" ).unwrap( ); [INFO] [stderr] 316 | | static ref ESCAPES: regex::bytes::Regex = regex::bytes::Regex::new( r"((?P(=[a-zA-Z0-9][a-zA-Z0-9]))|(?P([^=])))" ).unwrap( ); [INFO] [stderr] 317 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:378:2 [INFO] [stderr] | [INFO] [stderr] 378 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 379 | | static ref HAS_TRIPLETS: Regex = Regex::new( r"%[a-zA-Z0-9][a-zA-Z0-9]" ).unwrap( ); [INFO] [stderr] 380 | | static ref TRIPLETS: regex::bytes::Regex = regex::bytes::Regex::new( r"%([a-zA-Z0-9][a-zA-Z0-9])" ).unwrap( ); [INFO] [stderr] 381 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:433:2 [INFO] [stderr] | [INFO] [stderr] 433 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 434 | | static ref ENCODED_WORD: Regex = Regex::new( r"=\?(?P[^\?]*)\?(?P[^\?]*)\?(?P[^\?]*)\?=" ).unwrap( ); [INFO] [stderr] 435 | | // RFC 822 linear-white-space = 1*([CRLF] SPACE / HTAB) [INFO] [stderr] 436 | | static ref LINEAR_WHITESPACE: Regex = Regex::new( r"\?=[\n\r\t ]+=\?" ).unwrap( ); [INFO] [stderr] 437 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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:508:2 [INFO] [stderr] | [INFO] [stderr] 508 | lazy_static! { [INFO] [stderr] | _____^ [INFO] [stderr] 509 | | static ref HAS_ENTITIES: Regex = Regex::new( r"&#?[a-zA-Z0-9]+;" ).unwrap( ); [INFO] [stderr] 510 | | static ref ENTITIES_NAME: Regex = Regex::new( r"&([a-zA-Z0-9]+);" ).unwrap( ); [INFO] [stderr] 511 | | static ref ENTITIES_DEC: Regex = Regex::new( r"&#(\d+);" ).unwrap( ); [INFO] [stderr] 512 | | static ref ENTITIES_HEX: Regex = Regex::new( r"&#x([[:xdigit:]]+);" ).unwrap( ); [INFO] [stderr] 513 | | } [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.27s [INFO] running `"docker" "inspect" "9d85ba86d921facd69a10f38e628913c2cb0607b8e784342e18a119d95a23a8b"` [INFO] running `"docker" "rm" "-f" "9d85ba86d921facd69a10f38e628913c2cb0607b8e784342e18a119d95a23a8b"` [INFO] [stdout] 9d85ba86d921facd69a10f38e628913c2cb0607b8e784342e18a119d95a23a8b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mung/0.1.0:/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] 57d46cc5c82b0fc0a83c58f59efdd408813326df466a0bc04ad2b53fea1e6ab2 [INFO] running `"docker" "start" "-a" "57d46cc5c82b0fc0a83c58f59efdd408813326df466a0bc04ad2b53fea1e6ab2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/mung-92356f491b27ee5c [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_decode_rfc1738 ... ok [INFO] [stdout] test tests::test_decode_rfc2047 ... ok [INFO] [stdout] test tests::test_decode_rfc2047_whitespace ... ok [INFO] [stdout] test tests::test_decode_entities ... ok [INFO] [stdout] test tests::test_decode_entities_failure ... ok [INFO] [stdout] test tests::test_decode_rfc2047_quoted_printable ... ok [INFO] [stdout] test tests::test_decode_rfc2047_failure ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests mung [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - decode_rfc2047 (line 427) ... ok [INFO] [stdout] test src/lib.rs - decode_entities (line 500) ... ok [INFO] [stdout] test src/lib.rs - decode_rfc1738 (line 364) ... ok [INFO] [stdout] test src/lib.rs - decode_rfc1738 (line 371) ... ok [INFO] [stdout] test src/lib.rs - decode_entities (line 493) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "57d46cc5c82b0fc0a83c58f59efdd408813326df466a0bc04ad2b53fea1e6ab2"` [INFO] running `"docker" "rm" "-f" "57d46cc5c82b0fc0a83c58f59efdd408813326df466a0bc04ad2b53fea1e6ab2"` [INFO] [stdout] 57d46cc5c82b0fc0a83c58f59efdd408813326df466a0bc04ad2b53fea1e6ab2