[INFO] fetching crate microjson 0.1.6... [INFO] checking microjson-0.1.6 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate microjson 0.1.6 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate microjson 0.1.6 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate microjson 0.1.6 [INFO] finished tweaking crates.io crate microjson 0.1.6 [INFO] tweaked toml for crates.io crate microjson 0.1.6 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 70 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.5.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e2aca0a63ba464fc90930c3358296d6e4c42e821a833f1eb7bcadb324d8d741 [INFO] running `Command { std: "docker" "start" "-a" "0e2aca0a63ba464fc90930c3358296d6e4c42e821a833f1eb7bcadb324d8d741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e2aca0a63ba464fc90930c3358296d6e4c42e821a833f1eb7bcadb324d8d741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e2aca0a63ba464fc90930c3358296d6e4c42e821a833f1eb7bcadb324d8d741", kill_on_drop: false }` [INFO] [stdout] 0e2aca0a63ba464fc90930c3358296d6e4c42e821a833f1eb7bcadb324d8d741 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c50966dfb27219515b8f873f2d7ad209544a06264b52ea5f9a4c87871a60ef3a [INFO] running `Command { std: "docker" "start" "-a" "c50966dfb27219515b8f873f2d7ad209544a06264b52ea5f9a4c87871a60ef3a", kill_on_drop: false }` [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking criterion-plot v0.4.5 [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking microjson v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking criterion v0.3.6 [INFO] [stdout] error[E0599]: no function or associated item named `parse_and_verify` found for struct `microjson::JSONValue` in the current scope [INFO] [stdout] --> benches/criterion_bench.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | b.iter(|| JSONValue::parse_and_verify(&json_payload)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `JSONValue<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `microjson::JSONValue<'_>` consider using one of the following associated functions: [INFO] [stdout] microjson::JSONValue::<'a>::load [INFO] [stdout] microjson::JSONValue::<'a>::load_and_verify [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn load(contents: &'a str) -> JSONValue { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn load_and_verify(contents: &'a str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: there is an associated function `load_and_verify` with a similar name [INFO] [stdout] | [INFO] [stdout] 13 | b.iter(|| JSONValue::load_and_verify(&json_payload)) [INFO] [stdout] | ~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `microjson::JSONValue` in the current scope [INFO] [stdout] --> benches/criterion_bench.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | let value = JSONValue::parse(&json_payload); [INFO] [stdout] | ^^^^^ function or associated item not found in `JSONValue<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `microjson::JSONValue<'_>` consider using one of the following associated functions: [INFO] [stdout] microjson::JSONValue::<'a>::load [INFO] [stdout] microjson::JSONValue::<'a>::load_and_verify [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn load(contents: &'a str) -> JSONValue { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn load_and_verify(contents: &'a str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse_and_verify` found for struct `microjson::JSONValue` in the current scope [INFO] [stdout] --> benches/criterion_bench.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | b.iter(|| JSONValue::parse_and_verify(&json_payload)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `JSONValue<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `microjson::JSONValue<'_>` consider using one of the following associated functions: [INFO] [stdout] microjson::JSONValue::<'a>::load [INFO] [stdout] microjson::JSONValue::<'a>::load_and_verify [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn load(contents: &'a str) -> JSONValue { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn load_and_verify(contents: &'a str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: there is an associated function `load_and_verify` with a similar name [INFO] [stdout] | [INFO] [stdout] 43 | b.iter(|| JSONValue::load_and_verify(&json_payload)) [INFO] [stdout] | ~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `microjson::JSONValue` in the current scope [INFO] [stdout] --> benches/criterion_bench.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | let json = JSONValue::parse(&json_payload).unwrap(); [INFO] [stdout] | ^^^^^ function or associated item not found in `JSONValue<'_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `microjson::JSONValue<'_>` consider using one of the following associated functions: [INFO] [stdout] microjson::JSONValue::<'a>::load [INFO] [stdout] microjson::JSONValue::<'a>::load_and_verify [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn load(contents: &'a str) -> JSONValue { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn load_and_verify(contents: &'a str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `microjson` (bench "criterion_bench") due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c50966dfb27219515b8f873f2d7ad209544a06264b52ea5f9a4c87871a60ef3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c50966dfb27219515b8f873f2d7ad209544a06264b52ea5f9a4c87871a60ef3a", kill_on_drop: false }` [INFO] [stdout] c50966dfb27219515b8f873f2d7ad209544a06264b52ea5f9a4c87871a60ef3a