[INFO] updating cached repository https://github.com/michaelsproul/ewok [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b45a8ae52762063e298be99ad4b36fd6ee7cbfc0 [INFO] testing michaelsproul/ewok against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelsproul%2Fewok" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelsproul/ewok on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/michaelsproul/ewok [INFO] finished tweaking git repo https://github.com/michaelsproul/ewok [INFO] tweaked toml for git repo https://github.com/michaelsproul/ewok written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/michaelsproul/ewok already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] d29aec11fd519f10d31b826e38325d446e57392feaa49869a92f9f8559aae074 [INFO] running `"docker" "start" "-a" "d29aec11fd519f10d31b826e38325d446e57392feaa49869a92f9f8559aae074"` [INFO] [stderr] Compiling unwrap v1.1.0 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling ewok v0.1.0 (/opt/rustwide/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] 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] --> src/bin/utils/log_parse.rs:7:1 [INFO] [stderr] | [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] 7 | / lazy_static!{ [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [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] 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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [INFO] [stderr] --> src/bin/utils/log_parse.rs:7:1 [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] | [INFO] [stderr] 7 | / lazy_static!{ [INFO] [stderr] 11 | | static ref QUEUE_RE: Regex = Regex::new(r"^- (?P\d+) messages still in queue").unwrap(); [INFO] [stderr] 12 | | } [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] | |_^ [INFO] [stderr] 9 | | static ref STEP_RE: Regex = Regex::new(r"^-- step (?P\d+) \(.+\) (?P\d+) nodes --").unwrap(); [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] 10 | | static ref SENT_RE: Regex = Regex::new(r"^Network: sent (?P\d+) messages from (?P[0-9a-f]{6})\.\.").unwrap(); [INFO] [stderr] [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] 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] | [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] = 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] 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 11.17s [INFO] running `"docker" "inspect" "d29aec11fd519f10d31b826e38325d446e57392feaa49869a92f9f8559aae074"` [INFO] running `"docker" "rm" "-f" "d29aec11fd519f10d31b826e38325d446e57392feaa49869a92f9f8559aae074"` [INFO] [stdout] d29aec11fd519f10d31b826e38325d446e57392feaa49869a92f9f8559aae074 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 68329e1a5a0b7f47dd2ce240b32b086098f1e2c0e3c61e60de8d59aa535c9468 [INFO] running `"docker" "start" "-a" "68329e1a5a0b7f47dd2ce240b32b086098f1e2c0e3c61e60de8d59aa535c9468"` [INFO] [stderr] Compiling ewok v0.1.0 (/opt/rustwide/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 5.21s [INFO] running `"docker" "inspect" "68329e1a5a0b7f47dd2ce240b32b086098f1e2c0e3c61e60de8d59aa535c9468"` [INFO] running `"docker" "rm" "-f" "68329e1a5a0b7f47dd2ce240b32b086098f1e2c0e3c61e60de8d59aa535c9468"` [INFO] [stdout] 68329e1a5a0b7f47dd2ce240b32b086098f1e2c0e3c61e60de8d59aa535c9468 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] e71114cf25e0be51bbfd99fd4a866d7728f1aefde76f2d6d3e0f9c148c4568bb [INFO] running `"docker" "start" "-a" "e71114cf25e0be51bbfd99fd4a866d7728f1aefde76f2d6d3e0f9c148c4568bb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ewok-6876e4088e455c9c [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test name::test::sibling_ancestor ... ok [INFO] [stdout] test blocks::test::segment ... ok [INFO] [stdout] test params::test::test_quorum ... ok [INFO] [stdout] test blocks::test::covering ... ok [INFO] [stdout] test network::test::in_order_delivery_diff_step ... ok [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] [stderr] Running /opt/rustwide/target/debug/deps/ewok-4df456e59b7fb1dc [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/rustwide/target/debug/deps/graph-a5f65b142599fd02 [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/rustwide/target/debug/deps/graph_msgs-8a5f52d9e07c6332 [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/rustwide/target/debug/deps/manual_setup-68c0afb9487907da [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test two_drop_one_join ... ok [INFO] [stdout] test triple_drop_merge ... ok [INFO] [stdout] test two_drop_merge ... ok [INFO] [stdout] test one_join_one_drop ... ok [INFO] [stdout] test cascading_merge ... ok [INFO] [stdout] test growth_then_force_merge ... ok [INFO] [stdout] test parallel_merge ... ok [INFO] [stdout] test four_sections ... ok [INFO] [stdout] test parallel_merge_with_adds ... ok [INFO] [stdout] test growth_then_cascade ... test growth_then_cascade 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 ... ok [INFO] [stdout] test parallel_cascading_merges ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests ewok [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" "e71114cf25e0be51bbfd99fd4a866d7728f1aefde76f2d6d3e0f9c148c4568bb"` [INFO] running `"docker" "rm" "-f" "e71114cf25e0be51bbfd99fd4a866d7728f1aefde76f2d6d3e0f9c148c4568bb"` [INFO] [stdout] e71114cf25e0be51bbfd99fd4a866d7728f1aefde76f2d6d3e0f9c148c4568bb