[INFO] fetching crate json_ops 0.1.0... [INFO] checking json_ops-0.1.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate json_ops 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate json_ops 0.1.0 [INFO] finished tweaking crates.io crate json_ops 0.1.0 [INFO] tweaked toml for crates.io crate json_ops 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate json_ops 0.1.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate json_ops 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fe086103f9d57b68a97196ba944a1e3af209a4a6ebcd111a86c07ff4e8e619a [INFO] running `Command { std: "docker" "start" "-a" "7fe086103f9d57b68a97196ba944a1e3af209a4a6ebcd111a86c07ff4e8e619a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fe086103f9d57b68a97196ba944a1e3af209a4a6ebcd111a86c07ff4e8e619a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fe086103f9d57b68a97196ba944a1e3af209a4a6ebcd111a86c07ff4e8e619a", kill_on_drop: false }` [INFO] [stdout] 7fe086103f9d57b68a97196ba944a1e3af209a4a6ebcd111a86c07ff4e8e619a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 178996f770d678401fac957191349a9c8e1e46cf375463eff0fc89418f299c2d [INFO] running `Command { std: "docker" "start" "-a" "178996f770d678401fac957191349a9c8e1e46cf375463eff0fc89418f299c2d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking json_ops v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `toml` [INFO] [stdout] --> tests/tomloper.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use toml::Value; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `toml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `toml`, use `cargo add toml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `toml` [INFO] [stdout] --> examples/pathwrite.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let mut v: toml::Value = str_toml.parse().unwrap(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `toml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `toml`, use `cargo add toml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json_ops` (example "pathwrite") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `toml` [INFO] [stdout] --> examples/pathread_mut.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let mut v: toml::Value = str_toml.parse().unwrap(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `toml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `toml`, use `cargo add toml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json_ops` (example "pathread_mut") due to 1 previous error [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `toml` [INFO] [stdout] --> examples/pathread.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | let v: toml::Value = str_toml.parse().unwrap(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `toml` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `toml`, use `cargo add toml` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json_ops` (example "pathread") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json_ops` (test "tomloper") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "178996f770d678401fac957191349a9c8e1e46cf375463eff0fc89418f299c2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "178996f770d678401fac957191349a9c8e1e46cf375463eff0fc89418f299c2d", kill_on_drop: false }` [INFO] [stdout] 178996f770d678401fac957191349a9c8e1e46cf375463eff0fc89418f299c2d