[INFO] fetching crate websocket-rs 0.1.4... [INFO] checking websocket-rs-0.1.4 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate websocket-rs 0.1.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate websocket-rs 0.1.4 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate websocket-rs 0.1.4 [INFO] finished tweaking crates.io crate websocket-rs 0.1.4 [INFO] tweaked toml for crates.io crate websocket-rs 0.1.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcc71ddd5b05aede30f5015cf4c7089f1a9fb20c80d8d80f35dd7edde86b5bdc [INFO] running `Command { std: "docker" "start" "-a" "bcc71ddd5b05aede30f5015cf4c7089f1a9fb20c80d8d80f35dd7edde86b5bdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcc71ddd5b05aede30f5015cf4c7089f1a9fb20c80d8d80f35dd7edde86b5bdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcc71ddd5b05aede30f5015cf4c7089f1a9fb20c80d8d80f35dd7edde86b5bdc", kill_on_drop: false }` [INFO] [stdout] bcc71ddd5b05aede30f5015cf4c7089f1a9fb20c80d8d80f35dd7edde86b5bdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3e45638bd682f5a73658cc7224bc404fe693e25d54a8dd047ce3d561c88771a [INFO] running `Command { std: "docker" "start" "-a" "a3e45638bd682f5a73658cc7224bc404fe693e25d54a8dd047ce3d561c88771a", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] tokio v0.2.25: winapi [INFO] [stderr] [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking slab v0.4.4 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking tracing-core v0.1.19 [INFO] [stderr] Checking sharded-slab v0.1.3 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Checking futures-channel v0.3.16 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking tracing-subscriber v0.2.20 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking websocket-rs v0.1.4 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `websocket_rs` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * src/codec.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error: multiple unused formatting arguments [INFO] [stderr] --> src/codec.rs:265:44 [INFO] [stderr] | [INFO] [stderr] 265 | assert!(false, "{}", "{}", "{}", "{}", "{}", "failed to extract frame from '{:x}'") [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument never used [INFO] [stderr] | | | | | [INFO] [stderr] | | | | argument never used [INFO] [stderr] | | | argument never used [INFO] [stderr] | | argument never used [INFO] [stderr] | multiple missing formatting specifiers [INFO] [stderr] ... [INFO] [stderr] 272 | frame!("8180e0350bbc", "", Opcode::Text); [INFO] [stderr] | ----------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: multiple unused formatting arguments [INFO] [stderr] --> src/codec.rs:265:44 [INFO] [stderr] | [INFO] [stderr] 265 | assert!(false, "{}", "{}", "{}", "{}", "{}", "failed to extract frame from '{:x}'") [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument never used [INFO] [stderr] | | | | | [INFO] [stderr] | | | | argument never used [INFO] [stderr] | | | argument never used [INFO] [stderr] | | argument never used [INFO] [stderr] | multiple missing formatting specifiers [INFO] [stderr] ... [INFO] [stderr] 277 | frame!("8181f3dba99092", "a", Opcode::Text); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: multiple unused formatting arguments [INFO] [stderr] --> src/codec.rs:265:44 [INFO] [stderr] | [INFO] [stderr] 265 | assert!(false, "{}", "{}", "{}", "{}", "{}", "failed to extract frame from '{:x}'") [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument never used [INFO] [stderr] | | | | | [INFO] [stderr] | | | | argument never used [INFO] [stderr] | | | argument never used [INFO] [stderr] | | argument never used [INFO] [stderr] | multiple missing formatting specifiers [INFO] [stderr] ... [INFO] [stderr] 282 | frame!("818bb013fc40d876902cdf338b2fc27f98", "hello world", Opcode::Text); [INFO] [stderr] | -------------------------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: multiple unused formatting arguments [INFO] [stderr] --> src/codec.rs:265:44 [INFO] [stderr] | [INFO] [stderr] 265 | ... assert!(false, "{}", "{}", "{}", "{}", "{}", "failed to extract frame from '{:x}'") [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument never used [INFO] [stderr] | | | | | [INFO] [stderr] | | | | argument never used [INFO] [stderr] | | | argument never used [INFO] [stderr] | | argument never used [INFO] [stderr] | multiple missing formatting specifiers [INFO] [stderr] ... [INFO] [stderr] 287 | ... frame!( [INFO] [stderr] | _______- [INFO] [stderr] | |_______| [INFO] [stderr] | |_______| [INFO] [stderr] | |_______| [INFO] [stderr] | | [INFO] [stderr] 288 | | ... "81fd16f9d90b5795b52b6291b87f369eb562628dbc7965d9b0783697b67f369eb66772d99f6a7f8bf96265d9bf646395f52b7797bd2b7096ac673690aa2b70... [INFO] [stderr] 289 | | ... "All that glitters is not gold Fair is foul, and foul is fair: Hover through the fog and filthy air. These violent delights h", [INFO] [stderr] 290 | | ... Opcode::Text [INFO] [stderr] 291 | | ... ); [INFO] [stderr] | | - [INFO] [stderr] | |________| [INFO] [stderr] | |________in this macro invocation [INFO] [stderr] | |________in this macro invocation [INFO] [stderr] | |________in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: multiple unused formatting arguments [INFO] [stderr] --> src/codec.rs:265:44 [INFO] [stderr] | [INFO] [stderr] 265 | assert!(false, "{}", "{}", "{}", "{}", "{}", "failed to extract frame from '{:x}'") [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument never used [INFO] [stderr] | | | | | [INFO] [stderr] | | | | argument never used [INFO] [stderr] | | | argument never used [INFO] [stderr] | | argument never used [INFO] [stderr] | multiple missing formatting specifiers [INFO] [stderr] ... [INFO] [stderr] 302 | frame!( [INFO] [stderr] | _________- [INFO] [stderr] | |_________| [INFO] [stderr] | |_________| [INFO] [stderr] | |_________| [INFO] [stderr] | | [INFO] [stderr] 303 | | "81fe020d6742ba33262ed613132adb474725d65a1336df411462d340472cd5474725d55f0348fc520e309a5a1462dc5c122e9613062cde13012dcf5f472b... [INFO] [stderr] 304 | | "All that glitters is not gold [INFO] [stderr] 305 | | Fair is foul, and foul is fair: Hover through the fog and filthy air. [INFO] [stderr] ... | [INFO] [stderr] 314 | | Opcode::Text [INFO] [stderr] 315 | | ); [INFO] [stderr] | | - [INFO] [stderr] | |__________| [INFO] [stderr] | |__________in this macro invocation [INFO] [stderr] | |__________in this macro invocation [INFO] [stderr] | |__________in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/codec.rs:272:9 [INFO] [stdout] | [INFO] [stdout] 272 | frame!("8180e0350bbc", "", Opcode::Text); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `--force-warn non-fmt-panics` implied by `--force-warn rust-2021-compatibility` [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "{}", "failed to extract frame from '{:x}'") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/codec.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | frame!("8181f3dba99092", "a", Opcode::Text); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "{}", "failed to extract frame from '{:x}'") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/codec.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | frame!("818bb013fc40d876902cdf338b2fc27f98", "hello world", Opcode::Text); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "{}", "failed to extract frame from '{:x}'") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/codec.rs:287:9 [INFO] [stdout] | [INFO] [stdout] 287 | / ... frame!( [INFO] [stdout] 288 | | ... "81fd16f9d90b5795b52b6291b87f369eb562628dbc7965d9b0783697b67f369eb66772d99f6a7f8bf96265d9bf646395f52b7797bd2b7096ac673690aa2b70... [INFO] [stdout] 289 | | ... "All that glitters is not gold Fair is foul, and foul is fair: Hover through the fog and filthy air. These violent delights h", [INFO] [stdout] 290 | | ... Opcode::Text [INFO] [stdout] 291 | | ... ); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "{}", "failed to extract frame from '{:x}'") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/codec.rs:302:9 [INFO] [stdout] | [INFO] [stdout] 302 | / frame!( [INFO] [stdout] 303 | | "81fe020d6742ba33262ed613132adb474725d65a1336df411462d340472cd5474725d55f0348fc520e309a5a1462dc5c122e9613062cde13012dcf5f472b... [INFO] [stdout] 304 | | "All that glitters is not gold [INFO] [stdout] 305 | | Fair is foul, and foul is fair: Hover through the fog and filthy air. [INFO] [stdout] ... | [INFO] [stdout] 314 | | Opcode::Text [INFO] [stdout] 315 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'", ...) [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "{}", "failed to extract frame from '{:x}'") [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.99s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking websocket-rs v0.1.4 (/tmp/fixit) [INFO] [stdout] error: 1 positional argument in format string, but no arguments were given [INFO] [stdout] --> src/codec.rs:265:63 [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'") [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 272 | frame!("8180e0350bbc", "", Opcode::Text); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 1 positional argument in format string, but no arguments were given [INFO] [stdout] --> src/codec.rs:265:63 [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'") [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 277 | frame!("8181f3dba99092", "a", Opcode::Text); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 1 positional argument in format string, but no arguments were given [INFO] [stdout] --> src/codec.rs:265:63 [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'") [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | frame!("818bb013fc40d876902cdf338b2fc27f98", "hello world", Opcode::Text); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 1 positional argument in format string, but no arguments were given [INFO] [stdout] --> src/codec.rs:265:63 [INFO] [stdout] | [INFO] [stdout] 265 | ... assert!(false, "failed to extract frame from '{:x}'") [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 287 | / ... frame!( [INFO] [stdout] 288 | | ... "81fd16f9d90b5795b52b6291b87f369eb562628dbc7965d9b0783697b67f369eb66772d99f6a7f8bf96265d9bf646395f52b7797bd2b7096ac673690aa2b70... [INFO] [stdout] 289 | | ... "All that glitters is not gold Fair is foul, and foul is fair: Hover through the fog and filthy air. These violent delights h", [INFO] [stdout] 290 | | ... Opcode::Text [INFO] [stdout] 291 | | ... ); [INFO] [stdout] | |________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 1 positional argument in format string, but no arguments were given [INFO] [stdout] --> src/codec.rs:265:63 [INFO] [stdout] | [INFO] [stdout] 265 | assert!(false, "failed to extract frame from '{:x}'") [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | / frame!( [INFO] [stdout] 303 | | "81fe020d6742ba33262ed613132adb474725d65a1336df411462d340472cd5474725d55f0348fc520e309a5a1462dc5c122e9613062cde13012dcf5f472b... [INFO] [stdout] 304 | | "All that glitters is not gold [INFO] [stdout] 305 | | Fair is foul, and foul is fair: Hover through the fog and filthy air. [INFO] [stdout] ... | [INFO] [stdout] 314 | | Opcode::Text [INFO] [stdout] 315 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `frame` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `websocket-rs` due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to check after updating to 2021 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "a3e45638bd682f5a73658cc7224bc404fe693e25d54a8dd047ce3d561c88771a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3e45638bd682f5a73658cc7224bc404fe693e25d54a8dd047ce3d561c88771a", kill_on_drop: false }` [INFO] [stdout] a3e45638bd682f5a73658cc7224bc404fe693e25d54a8dd047ce3d561c88771a