[INFO] updating cached repository michaelsproul/ewok [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/michaelsproul/ewok [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/michaelsproul/ewok" "work/ex/beta-1.38-1/sources/1.37.0/gh/michaelsproul/ewok"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/michaelsproul/ewok'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/michaelsproul/ewok" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/michaelsproul/ewok"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/michaelsproul/ewok'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b45a8ae52762063e298be99ad4b36fd6ee7cbfc0 [INFO] sha for GitHub repo michaelsproul/ewok: b45a8ae52762063e298be99ad4b36fd6ee7cbfc0 [INFO] validating manifest of michaelsproul/ewok 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 michaelsproul/ewok 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 michaelsproul/ewok [INFO] finished frobbing michaelsproul/ewok [INFO] frobbed toml for michaelsproul/ewok written to work/ex/beta-1.38-1/sources/1.37.0/gh/michaelsproul/ewok/Cargo.toml [INFO] started frobbing michaelsproul/ewok [INFO] finished frobbing michaelsproul/ewok [INFO] frobbed toml for michaelsproul/ewok written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/michaelsproul/ewok/Cargo.toml [INFO] crate michaelsproul/ewok 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing michaelsproul/ewok 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-3/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/michaelsproul/ewok:/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] cb0de2e8fd215248e55cecaa609271191f01c2bb81f16c799e505c827a2290a9 [INFO] running `"docker" "start" "-a" "cb0de2e8fd215248e55cecaa609271191f01c2bb81f16c799e505c827a2290a9"` [INFO] [stderr] Compiling unwrap v1.1.0 [INFO] [stderr] Compiling maplit v0.1.4 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling itertools v0.6.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling ewok v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/name.rs:84:19 [INFO] [stderr] | [INFO] [stderr] 84 | (self as &Display).fmt(formatter) [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Display` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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 26.49s [INFO] running `"docker" "inspect" "cb0de2e8fd215248e55cecaa609271191f01c2bb81f16c799e505c827a2290a9"` [INFO] running `"docker" "rm" "-f" "cb0de2e8fd215248e55cecaa609271191f01c2bb81f16c799e505c827a2290a9"` [INFO] [stdout] cb0de2e8fd215248e55cecaa609271191f01c2bb81f16c799e505c827a2290a9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/michaelsproul/ewok:/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] dd5d695312b5a4de5cbe10dd61f401ef2cfb53b876a734440bf8d967b61003cf [INFO] running `"docker" "start" "-a" "dd5d695312b5a4de5cbe10dd61f401ef2cfb53b876a734440bf8d967b61003cf"` [INFO] [stderr] Compiling ewok v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/name.rs:84:19 [INFO] [stderr] | [INFO] [stderr] 84 | (self as &Display).fmt(formatter) [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Display` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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/utils/log_parse.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 8 | | static ref AGREEMENT_RE: Regex = Regex::new(r"^Node\((?P[0-9a-f]{6}\.\.)\): new valid vote: DebugVote \{ from: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \}, to: Block \{ prefix: Prefix\((?P[01]*)\), version: (?P\d+), members: \{(?P[0-9a-f]{6}\.\.(, [0-9a-f]{6}\.\.)*)\} \} \}").unwrap(); [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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 7.42s [INFO] running `"docker" "inspect" "dd5d695312b5a4de5cbe10dd61f401ef2cfb53b876a734440bf8d967b61003cf"` [INFO] running `"docker" "rm" "-f" "dd5d695312b5a4de5cbe10dd61f401ef2cfb53b876a734440bf8d967b61003cf"` [INFO] [stdout] dd5d695312b5a4de5cbe10dd61f401ef2cfb53b876a734440bf8d967b61003cf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/michaelsproul/ewok:/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] 014f10e0d890ec2ec5bc43beae123a361b688b17de7e3ebcc0e21282394a3636 [INFO] running `"docker" "start" "-a" "014f10e0d890ec2ec5bc43beae123a361b688b17de7e3ebcc0e21282394a3636"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/ewok-25445940f23752ec [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test blocks::test::covering ... ok [INFO] [stdout] test blocks::test::segment ... ok [INFO] [stdout] test params::test::test_quorum ... ok [INFO] [stdout] test name::test::sibling_ancestor ... ok [INFO] [stdout] test network::test::in_order_delivery_diff_step ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/ewok-167ebc822e392547 [INFO] [stdout] test network::test::in_order_delivery_same_step ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 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] [stderr] Running /opt/crater/target/debug/deps/graph-c1658ecacbca2ded [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/graph_msgs-d7e6295ae36e260c [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/manual_setup-8e933464b7afbd50 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test one_join_one_drop ... ok [INFO] [stdout] test cascading_merge ... test cascading_merge has been running for over 60 seconds [INFO] [stdout] test growth_then_force_merge ... test growth_then_force_merge has been running for over 60 seconds [INFO] [stdout] test four_sections ... test four_sections has been running for over 60 seconds [INFO] [stdout] test parallel_cascading_merges ... test parallel_cascading_merges has been running for over 60 seconds [INFO] [stdout] test growth_then_cascade ... test growth_then_cascade has been running for over 60 seconds [INFO] [stdout] test parallel_merge ... test parallel_merge has been running for over 60 seconds [INFO] [stdout] test parallel_merge_with_adds ... test parallel_merge_with_adds has been running for over 60 seconds [INFO] [stdout] test cascading_merge ... ok [INFO] [stdout] test triple_drop_merge ... ok [INFO] [stdout] test two_drop_one_join ... ok [INFO] [stdout] test growth_then_force_merge ... ok [INFO] [stdout] test two_drop_merge ... ok [INFO] [stdout] test four_sections ... ok [INFO] [stdout] test parallel_merge ... ok [INFO] [stdout] test parallel_merge_with_adds ... ok [INFO] [stdout] test growth_then_cascade ... ok [INFO] [stdout] test parallel_cascading_merges ... ok [INFO] [stderr] Doc-tests ewok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 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" "014f10e0d890ec2ec5bc43beae123a361b688b17de7e3ebcc0e21282394a3636"` [INFO] running `"docker" "rm" "-f" "014f10e0d890ec2ec5bc43beae123a361b688b17de7e3ebcc0e21282394a3636"` [INFO] [stdout] 014f10e0d890ec2ec5bc43beae123a361b688b17de7e3ebcc0e21282394a3636