[INFO] cloning repository https://github.com/chkinney/azsync
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chkinney/azsync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchkinney%2Fazsync", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchkinney%2Fazsync'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46e80e491d60dc408ad22667172ed3711e622f40
[INFO] checking chkinney/azsync against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchkinney%2Fazsync" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chkinney/azsync
[INFO] finished tweaking git repo https://github.com/chkinney/azsync
[INFO] tweaked toml for git repo https://github.com/chkinney/azsync written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chkinney/azsync on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chkinney/azsync 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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c232bec390d5836c74f832156babebc9d0f67278bc3863ef246f018f8dadfdd
[INFO] running `Command { std: "docker" "start" "-a" "9c232bec390d5836c74f832156babebc9d0f67278bc3863ef246f018f8dadfdd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c232bec390d5836c74f832156babebc9d0f67278bc3863ef246f018f8dadfdd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c232bec390d5836c74f832156babebc9d0f67278bc3863ef246f018f8dadfdd", kill_on_drop: false }`
[INFO] [stdout] 9c232bec390d5836c74f832156babebc9d0f67278bc3863ef246f018f8dadfdd
[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=forbid -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df134f6eae52d20330143877cef1515739b62ba5255b9457d99522e3361a36bf
[INFO] running `Command { std: "docker" "start" "-a" "df134f6eae52d20330143877cef1515739b62ba5255b9457d99522e3361a36bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling azure_core v0.27.0
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling typespec_macros v0.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking async-compression v0.4.27
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]    Compiling typespec v0.7.0
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]     Checking clap_complete v4.5.57
[INFO] [stderr]     Checking clap-cargo v0.16.0
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking clap_complete_nushell v4.5.8
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]    Compiling typespec_client_core v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]    Compiling azure_core_macros v0.1.0
[INFO] [stderr]     Checking azure_storage_blob v0.4.0
[INFO] [stderr]     Checking azure_security_keyvault_secrets v0.6.0
[INFO] [stderr]     Checking azure_identity v0.27.0
[INFO] [stderr]     Checking azsync v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.12s
[INFO] running `Command { std: "docker" "inspect" "df134f6eae52d20330143877cef1515739b62ba5255b9457d99522e3361a36bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df134f6eae52d20330143877cef1515739b62ba5255b9457d99522e3361a36bf", kill_on_drop: false }`
[INFO] [stdout] df134f6eae52d20330143877cef1515739b62ba5255b9457d99522e3361a36bf
