[INFO] fetching crate ufmt 0.2.0... [INFO] checking ufmt-0.2.0 against master#35936c4839dd272646394779d151e060d0f6b3ac for pr-122960-1 [INFO] extracting crate ufmt 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate ufmt 0.2.0 on toolchain 35936c4839dd272646394779d151e060d0f6b3ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ufmt 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ufmt 0.2.0 [INFO] tweaked toml for crates.io crate ufmt 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ufmt-macros v0.3.0 [INFO] [stderr] Downloaded ufmt-write v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e4621a9e1e841324f5a40f6cc41462b95084281e2b18a6b8d1e1d7241bcc522 [INFO] running `Command { std: "docker" "start" "-a" "8e4621a9e1e841324f5a40f6cc41462b95084281e2b18a6b8d1e1d7241bcc522", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e4621a9e1e841324f5a40f6cc41462b95084281e2b18a6b8d1e1d7241bcc522", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e4621a9e1e841324f5a40f6cc41462b95084281e2b18a6b8d1e1d7241bcc522", kill_on_drop: false }` [INFO] [stdout] 8e4621a9e1e841324f5a40f6cc41462b95084281e2b18a6b8d1e1d7241bcc522 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30cfc6fa5e48b60f09403aec27d8d02f4192b60491292a0e45ae2405248ee108 [INFO] running `Command { std: "docker" "start" "-a" "30cfc6fa5e48b60f09403aec27d8d02f4192b60491292a0e45ae2405248ee108", kill_on_drop: false }` [INFO] [stderr] Checking ufmt-write v0.1.0 [INFO] [stderr] Compiling ufmt-macros v0.3.0 [INFO] [stderr] Checking ufmt v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: the method `do_as_formatter` exists for struct `String`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/gh36.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | uwrite!(s, "{:?}", pair).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `String` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `String: uWrite` [INFO] [stdout] which is required by `String: UnstableDoAsFormatter` [INFO] [stdout] `str: uWrite` [INFO] [stdout] which is required by `str: UnstableDoAsFormatter` [INFO] [stdout] = note: this error originates in the macro `uwrite` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `do_as_formatter` exists for struct `String`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/gh36.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | uwriteln!(s, "{:?}", pair).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `String` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `String: uWrite` [INFO] [stdout] which is required by `String: UnstableDoAsFormatter` [INFO] [stdout] `str: uWrite` [INFO] [stdout] which is required by `str: UnstableDoAsFormatter` [INFO] [stdout] = note: this error originates in the macro `uwriteln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ufmt` (test "gh36") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "30cfc6fa5e48b60f09403aec27d8d02f4192b60491292a0e45ae2405248ee108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30cfc6fa5e48b60f09403aec27d8d02f4192b60491292a0e45ae2405248ee108", kill_on_drop: false }` [INFO] [stdout] 30cfc6fa5e48b60f09403aec27d8d02f4192b60491292a0e45ae2405248ee108