[INFO] updating cached repository dlukes/simplify-tags [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dlukes/simplify-tags [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dlukes/simplify-tags" "work/ex/beta-1.38-1/sources/1.37.0/gh/dlukes/simplify-tags"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dlukes/simplify-tags'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dlukes/simplify-tags" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dlukes/simplify-tags"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dlukes/simplify-tags'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4c43ce168cacb4a0376c2fc403de91135f73cd94 [INFO] sha for GitHub repo dlukes/simplify-tags: 4c43ce168cacb4a0376c2fc403de91135f73cd94 [INFO] validating manifest of dlukes/simplify-tags 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 dlukes/simplify-tags 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 dlukes/simplify-tags [INFO] finished frobbing dlukes/simplify-tags [INFO] frobbed toml for dlukes/simplify-tags written to work/ex/beta-1.38-1/sources/1.37.0/gh/dlukes/simplify-tags/Cargo.toml [INFO] started frobbing dlukes/simplify-tags [INFO] finished frobbing dlukes/simplify-tags [INFO] frobbed toml for dlukes/simplify-tags written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dlukes/simplify-tags/Cargo.toml [INFO] crate dlukes/simplify-tags 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 dlukes/simplify-tags 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-6/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/dlukes/simplify-tags:/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] ae0d7ec3315c2f271750e77543274f6258fa682faedf9d86ae5f4cc4137c8933 [INFO] running `"docker" "start" "-a" "ae0d7ec3315c2f271750e77543274f6258fa682faedf9d86ae5f4cc4137c8933"` [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling simplify_tags 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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/03-jen_main.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/02-min_alokaci.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/05-vetveni_bez_zbytecnych_alokaci.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/04-vetveni.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/06-bez_parsovani_utf8.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/01-drobnosti.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.22s [INFO] running `"docker" "inspect" "ae0d7ec3315c2f271750e77543274f6258fa682faedf9d86ae5f4cc4137c8933"` [INFO] running `"docker" "rm" "-f" "ae0d7ec3315c2f271750e77543274f6258fa682faedf9d86ae5f4cc4137c8933"` [INFO] [stdout] ae0d7ec3315c2f271750e77543274f6258fa682faedf9d86ae5f4cc4137c8933 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/dlukes/simplify-tags:/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] 898c4720a2c25a4951a500336c64d9c12f91ec6b1b319e88bab44a31d929e1a8 [INFO] running `"docker" "start" "-a" "898c4720a2c25a4951a500336c64d9c12f91ec6b1b319e88bab44a31d929e1a8"` [INFO] [stderr] Compiling simplify_tags 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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____^ [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] = 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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____^ [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/bin/00-orig.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref ABBR_REGEX: [INFO] [stderr] 25 | | Regex = Regex::new(r"(?P]*>..).{12}8").unwrap(); [INFO] [stderr] 26 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 47 | | Regex = Regex::new(r"(?P]*>co]*>P4)...").unwrap(); [INFO] [stderr] 48 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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/bin/01-drobnosti.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref ABBR_REGEX: [INFO] [stderr] 38 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 39 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 60 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 61 | | } [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/03-jen_main.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/01-drobnosti.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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/bin/02-min_alokaci.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref ABBR_REGEX: [INFO] [stderr] 34 | | Regex = Regex::new(r"(]*>..).{12}8").unwrap(); [INFO] [stderr] 35 | | static ref P7_REGEX: [INFO] [stderr] ... | [INFO] [stderr] 56 | | Regex = Regex::new(r"(]*>co]*>P4)...").unwrap(); [INFO] [stderr] 57 | | } [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/06-bez_parsovani_utf8.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/04-vetveni.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/05-vetveni_bez_zbytecnych_alokaci.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bin/02-min_alokaci.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | stdout.flush(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "898c4720a2c25a4951a500336c64d9c12f91ec6b1b319e88bab44a31d929e1a8"` [INFO] running `"docker" "rm" "-f" "898c4720a2c25a4951a500336c64d9c12f91ec6b1b319e88bab44a31d929e1a8"` [INFO] [stdout] 898c4720a2c25a4951a500336c64d9c12f91ec6b1b319e88bab44a31d929e1a8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/dlukes/simplify-tags:/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] 437cc11752bd2feaabd59dc59d5c67b89540dec123a3a8ae9c347326ab42ee77 [INFO] running `"docker" "start" "-a" "437cc11752bd2feaabd59dc59d5c67b89540dec123a3a8ae9c347326ab42ee77"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/00_orig-d0e06224ff9afc02 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/01_drobnosti-f81cf6d4b24eaf0b [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/02_min_alokaci-74caf4b890e37790 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/03_jen_main-678dc07d5f631a0c [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/04_vetveni-a0fa9dc08a6d8028 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/05_vetveni_bez_zbytecnych_alokaci-fc7ab1cb98cbff31 [INFO] [stderr] Running /opt/crater/target/debug/deps/06_bez_parsovani_utf8-12cb2592cb88cf39 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "437cc11752bd2feaabd59dc59d5c67b89540dec123a3a8ae9c347326ab42ee77"` [INFO] running `"docker" "rm" "-f" "437cc11752bd2feaabd59dc59d5c67b89540dec123a3a8ae9c347326ab42ee77"` [INFO] [stdout] 437cc11752bd2feaabd59dc59d5c67b89540dec123a3a8ae9c347326ab42ee77