[INFO] fetching crate fbthrift 0.0.2... [INFO] testing fbthrift-0.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate fbthrift 0.0.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate fbthrift 0.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fbthrift 0.0.2 [INFO] finished tweaking crates.io crate fbthrift 0.0.2 [INFO] tweaked toml for crates.io crate fbthrift 0.0.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c51838e0901610d92e2a41ebd635931268bf92eadacf62654888d269dcc5d57 [INFO] running `Command { std: "docker" "start" "-a" "5c51838e0901610d92e2a41ebd635931268bf92eadacf62654888d269dcc5d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c51838e0901610d92e2a41ebd635931268bf92eadacf62654888d269dcc5d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c51838e0901610d92e2a41ebd635931268bf92eadacf62654888d269dcc5d57", kill_on_drop: false }` [INFO] [stdout] 5c51838e0901610d92e2a41ebd635931268bf92eadacf62654888d269dcc5d57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cb314989be628af6b7d1c578d6ee9edae7b4720ec608c660a6960f240673499 [INFO] running `Command { std: "docker" "start" "-a" "5cb314989be628af6b7d1c578d6ee9edae7b4720ec608c660a6960f240673499", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling const-cstr v0.3.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling bufsize v0.5.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling fbthrift v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error: 1 positional argument in format string, but no arguments were given [INFO] [stdout] --> src/simplejson_protocol.rs:540:64 [INFO] [stdout] | [INFO] [stdout] 540 | _ => bail!("Expected [, {{, or \", or number after {}"), [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/protocol.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | bail_err!(ProtocolError::SkipDepthExceeded) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_err` [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/protocol.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | TType::Stream => bail_err!(ProtocolError::StreamUnsupported), [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/protocol.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 184 | TType::Stop => bail_err!(ProtocolError::UnexpectedStopInSkip), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compact_protocol.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | _ => bail_err!(ProtocolError::InvalidTypeTag), [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/simplejson_protocol.rs:456:13 [INFO] [stdout] | [INFO] [stdout] 456 | bail_err!(ProtocolError::SkipDepthExceeded) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_err` [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/simplejson_protocol.rs:484:27 [INFO] [stdout] | [INFO] [stdout] 484 | TType::Map => bail_err!(ProtocolError::InvalidTypeInSkip(field_type)), [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/simplejson_protocol.rs:485:27 [INFO] [stdout] | [INFO] [stdout] 485 | TType::Set => bail_err!(ProtocolError::InvalidTypeInSkip(field_type)), [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/simplejson_protocol.rs:525:30 [INFO] [stdout] | [INFO] [stdout] 525 | TType::Stream => bail_err!(ProtocolError::StreamUnsupported), [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/simplejson_protocol.rs:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | TType::Stop => bail_err!(ProtocolError::UnexpectedStopInSkip), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/thrift_protocol.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | None => bail_err!(ProtocolError::InvalidProtocolID(val)), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/thrift_protocol.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | None => bail_err!(ProtocolError::InvalidMessageType(val)), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | return Err(From::from($e)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ttype.rs:74:18 [INFO] [stdout] | [INFO] [stdout] 74 | _ => bail_err!(ProtocolError::InvalidTypeTag), [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fbthrift` due to 2 previous errors; 12 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5cb314989be628af6b7d1c578d6ee9edae7b4720ec608c660a6960f240673499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cb314989be628af6b7d1c578d6ee9edae7b4720ec608c660a6960f240673499", kill_on_drop: false }` [INFO] [stdout] 5cb314989be628af6b7d1c578d6ee9edae7b4720ec608c660a6960f240673499