[INFO] fetching crate json_to_table 0.7.0... [INFO] checking json_to_table-0.7.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate json_to_table 0.7.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate json_to_table 0.7.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate json_to_table 0.7.0 [INFO] finished tweaking crates.io crate json_to_table 0.7.0 [INFO] tweaked toml for crates.io crate json_to_table 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate json_to_table 0.7.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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ansitok v0.2.0 [INFO] [stderr] Downloaded tabled_derive v0.7.0 [INFO] [stderr] Downloaded papergrid v0.11.0 [INFO] [stderr] Downloaded ansi-str v0.8.0 [INFO] [stderr] Downloaded bytecount v0.6.7 [INFO] [stderr] Downloaded syn v2.0.41 [INFO] [stderr] Downloaded tabled v0.15.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a16e249c20c3a9901aa765062750a34d96d5c19c67cc72c5a6a0e7db4fea3b43 [INFO] running `Command { std: "docker" "start" "-a" "a16e249c20c3a9901aa765062750a34d96d5c19c67cc72c5a6a0e7db4fea3b43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a16e249c20c3a9901aa765062750a34d96d5c19c67cc72c5a6a0e7db4fea3b43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a16e249c20c3a9901aa765062750a34d96d5c19c67cc72c5a6a0e7db4fea3b43", kill_on_drop: false }` [INFO] [stdout] a16e249c20c3a9901aa765062750a34d96d5c19c67cc72c5a6a0e7db4fea3b43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e16bbb5145d3d23967134e386fcad66e219228fb81d81a3b3b354a1c67c0d9ed [INFO] running `Command { std: "docker" "start" "-a" "e16bbb5145d3d23967134e386fcad66e219228fb81d81a3b3b354a1c67c0d9ed", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Checking bytecount v0.6.7 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking papergrid v0.11.0 [INFO] [stderr] Checking tabled v0.15.0 [INFO] [stderr] Checking json_to_table v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `testing_table` [INFO] [stdout] --> tests/test_config.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use testing_table::test_table; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `testing_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `testing_table` [INFO] [stdout] --> tests/test_types.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use testing_table::test_table; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `testing_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `testing_table` [INFO] [stdout] --> tests/test_table.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use testing_table::test_table; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `testing_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `testing_table` [INFO] [stdout] --> tests/test_orientation_modes.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use testing_table::test_table; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `testing_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json_to_table` (test "test_config") due to 2 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json_to_table` (test "test_types") due to 2 previous errors [INFO] [stderr] error: could not compile `json_to_table` (test "test_orientation_modes") due to 2 previous errors [INFO] [stderr] error: could not compile `json_to_table` (test "test_table") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "e16bbb5145d3d23967134e386fcad66e219228fb81d81a3b3b354a1c67c0d9ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e16bbb5145d3d23967134e386fcad66e219228fb81d81a3b3b354a1c67c0d9ed", kill_on_drop: false }` [INFO] [stdout] e16bbb5145d3d23967134e386fcad66e219228fb81d81a3b3b354a1c67c0d9ed [INFO] checking json_to_table-0.7.0 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate json_to_table 0.7.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate json_to_table 0.7.0 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate json_to_table 0.7.0 [INFO] finished tweaking crates.io crate json_to_table 0.7.0 [INFO] tweaked toml for crates.io crate json_to_table 0.7.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate json_to_table 0.7.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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07d3043c6d47d86327121d4a0bddbc5277108290190506fdaabbcb9f0430ff66 [INFO] running `Command { std: "docker" "start" "-a" "07d3043c6d47d86327121d4a0bddbc5277108290190506fdaabbcb9f0430ff66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07d3043c6d47d86327121d4a0bddbc5277108290190506fdaabbcb9f0430ff66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07d3043c6d47d86327121d4a0bddbc5277108290190506fdaabbcb9f0430ff66", kill_on_drop: false }` [INFO] [stdout] 07d3043c6d47d86327121d4a0bddbc5277108290190506fdaabbcb9f0430ff66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20858b75130cbde1fc8628f51a2785b69a683d333cc7bfc5e57a89d3f291f552 [INFO] running `Command { std: "docker" "start" "-a" "20858b75130cbde1fc8628f51a2785b69a683d333cc7bfc5e57a89d3f291f552", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "20858b75130cbde1fc8628f51a2785b69a683d333cc7bfc5e57a89d3f291f552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20858b75130cbde1fc8628f51a2785b69a683d333cc7bfc5e57a89d3f291f552", kill_on_drop: false }` [INFO] [stdout] 20858b75130cbde1fc8628f51a2785b69a683d333cc7bfc5e57a89d3f291f552