[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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelsproul%2Fewok" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelsproul/ewok on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/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-2/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 842550b41e5acedfe806cbaf2d8943e666550415263f68aafcc0becd84527538 [INFO] running `"docker" "start" "-a" "842550b41e5acedfe806cbaf2d8943e666550415263f68aafcc0becd84527538"` [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling unwrap v1.1.0 [INFO] [stderr] Compiling maplit v0.1.4 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling itertools v0.6.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.24.2 [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] --> 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: `#[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] 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] --> 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 12.17s [INFO] running `"docker" "inspect" "842550b41e5acedfe806cbaf2d8943e666550415263f68aafcc0becd84527538"` [INFO] running `"docker" "rm" "-f" "842550b41e5acedfe806cbaf2d8943e666550415263f68aafcc0becd84527538"` [INFO] [stdout] 842550b41e5acedfe806cbaf2d8943e666550415263f68aafcc0becd84527538 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 063e0223aa5b77502c28b84a687adfbe34843402b2a6007463d0378e4c95694f [INFO] running `"docker" "start" "-a" "063e0223aa5b77502c28b84a687adfbe34843402b2a6007463d0378e4c95694f"` [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 4.56s [INFO] running `"docker" "inspect" "063e0223aa5b77502c28b84a687adfbe34843402b2a6007463d0378e4c95694f"` [INFO] running `"docker" "rm" "-f" "063e0223aa5b77502c28b84a687adfbe34843402b2a6007463d0378e4c95694f"` [INFO] [stdout] 063e0223aa5b77502c28b84a687adfbe34843402b2a6007463d0378e4c95694f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 36167b83807e0226687532c3988c5a7e777b0ccd40119e894e9eb7cce66c05e5 [INFO] running `"docker" "start" "-a" "36167b83807e0226687532c3988c5a7e777b0ccd40119e894e9eb7cce66c05e5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ewok-f0b860d6857d055e [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test params::test::test_quorum ... ok [INFO] [stdout] test name::test::sibling_ancestor ... ok [INFO] [stdout] test blocks::test::segment ... ok [INFO] [stdout] test blocks::test::covering ... ok [INFO] [stdout] test network::test::in_order_delivery_same_step ... ok [INFO] [stdout] test network::test::in_order_delivery_diff_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-cf0029a730ecf6e7 [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-6069243c845ddc67 [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-5e268b10fdbb1e37 [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-98a41f60ca63e0a3 [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 parallel_merge_with_adds ... ok [INFO] [stdout] test four_sections ... 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" "36167b83807e0226687532c3988c5a7e777b0ccd40119e894e9eb7cce66c05e5"` [INFO] running `"docker" "rm" "-f" "36167b83807e0226687532c3988c5a7e777b0ccd40119e894e9eb7cce66c05e5"` [INFO] [stdout] 36167b83807e0226687532c3988c5a7e777b0ccd40119e894e9eb7cce66c05e5