[INFO] cloning repository https://github.com/zimirza/arti [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zimirza/arti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzimirza%2Farti", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzimirza%2Farti'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91a092f8bac428cbdd1ceb8fbf47c08def658387 [INFO] checking zimirza/arti against try#724e78794d2cf06eef820a24c9a4608d63435e1d for pr-149145 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzimirza%2Farti" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/zimirza/arti [INFO] finished tweaking git repo https://github.com/zimirza/arti [INFO] tweaked toml for git repo https://github.com/zimirza/arti written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/zimirza/arti on toolchain 724e78794d2cf06eef820a24c9a4608d63435e1d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/zimirza/arti 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" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 610f403b48e58bfd88218a5ae5728fecc08ccd67966ce7e22971b77ff5eb2b60 [INFO] running `Command { std: "docker" "start" "-a" "610f403b48e58bfd88218a5ae5728fecc08ccd67966ce7e22971b77ff5eb2b60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "610f403b48e58bfd88218a5ae5728fecc08ccd67966ce7e22971b77ff5eb2b60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "610f403b48e58bfd88218a5ae5728fecc08ccd67966ce7e22971b77ff5eb2b60", kill_on_drop: false }` [INFO] [stdout] 610f403b48e58bfd88218a5ae5728fecc08ccd67966ce7e22971b77ff5eb2b60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8141e453942bd52d745b43d2ebdcc03b2576fb0c505207147df9d0a2c4451480 [INFO] running `Command { std: "docker" "start" "-a" "8141e453942bd52d745b43d2ebdcc03b2576fb0c505207147df9d0a2c4451480", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling libc v0.2.166 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking value-bag v1.10.0 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling thiserror v2.0.3 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling rustix v0.38.41 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking lock_api v0.4.12 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Checking fastrand v2.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling derive-deftly-macros v0.14.2 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Checking retry-error v0.6.1 (/opt/rustwide/workdir/crates/retry-error) [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Checking futures-lite v2.5.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Checking heck v0.5.0 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling rustls v0.23.19 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking rustls-pki-types v1.10.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Compiling async_executors v0.7.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking coarsetime v0.1.34 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking atomic v0.5.3 [INFO] [stderr] Checking amplify_num v0.5.3 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Checking inotify v0.10.2 [INFO] [stderr] Checking notify-types v1.0.0 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Checking weak-table v0.3.2 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking fluid-let v1.0.0 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking notify v7.0.0 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking caret v0.5.0 (/opt/rustwide/workdir/crates/caret) [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking ssh-encoding v0.2.0 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Checking by_address v1.2.1 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking priority-queue v2.1.1 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking typed-index-collections v3.1.0 [INFO] [stderr] Checking bstr v1.11.0 [INFO] [stderr] Checking fslock-arti-fork v0.2.0 [INFO] [stderr] Checking os_str_bytes v6.6.1 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking sanitize-filename v0.6.0 [INFO] [stderr] Checking fslock v0.2.1 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Checking inventory v0.3.15 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Checking glob-match v0.2.1 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking shellexpand v3.1.0 [INFO] [stderr] Checking bounded-vec-deque v0.1.1 [INFO] [stderr] Checking xz2 v0.1.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling typeid v1.0.2 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking xxhash-rust v0.8.12 [INFO] [stderr] Checking k12 v0.3.0 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling amplify_syn v2.0.1 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking hostname-validator v1.1.1 [INFO] [stderr] Checking clap_lex v0.7.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking unicode-bidi v0.3.17 [INFO] [stderr] Compiling rlimit v0.10.2 [INFO] [stderr] Checking bytemuck v1.20.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking safe_arch v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking ipnet v2.10.1 [INFO] [stderr] Compiling arti v1.3.1 (/opt/rustwide/workdir/crates/arti) [INFO] [stderr] Checking wide v0.7.30 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking fixed-capacity-vec v1.0.1 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking terminal_size v0.4.0 [INFO] [stderr] Checking tempfile v3.14.0 [INFO] [stderr] Checking clap_builder v4.5.21 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking is-terminal v0.4.13 [INFO] [stderr] Checking oorandom v11.1.4 [INFO] [stderr] Checking cpu-time v1.0.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking snapbox-macros v0.3.10 [INFO] [stderr] Checking os_pipe v1.2.1 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Checking similar v2.6.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Compiling io-lifetimes v2.0.3 [INFO] [stderr] Checking float_eq v1.0.1 [INFO] [stderr] Compiling amplify_derive v4.0.1 [INFO] [stderr] Compiling visible v0.0.1 [INFO] [stderr] Compiling futures-await-test-macro v0.3.0 [INFO] [stderr] Compiling dynasm v2.0.0 [INFO] [stderr] Checking simba v0.8.1 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking snapbox v0.6.20 [INFO] [stderr] Compiling io-extras v0.18.3 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking x509-signature v0.5.0 [INFO] [stderr] Checking shlex v1.3.0 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Checking rangemap v1.5.1 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Compiling arti-relay v0.25.0 (/opt/rustwide/workdir/crates/arti-relay) [INFO] [stderr] Compiling socketpair v0.19.5 [INFO] [stderr] Checking sdd v3.0.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Compiling derive_builder_core_fork_arti v0.11.2 [INFO] [stderr] Checking base32 v0.5.1 [INFO] [stderr] Checking float-ord v0.3.2 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Checking assert-impl v0.1.3 [INFO] [stderr] Checking arti-config v0.17.0 (/opt/rustwide/workdir/crates/arti-config) [INFO] [stderr] Checking scc v2.2.5 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling thiserror-impl v2.0.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling enum-ordinalize v3.1.15 [INFO] [stderr] Compiling educe v0.4.23 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Checking polling v3.7.4 [INFO] [stderr] Checking zerofrom v0.1.5 [INFO] [stderr] Compiling derive_arbitrary v1.4.1 [INFO] [stderr] Checking tokio v1.41.1 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking async-io v2.4.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stdout] error[E0659]: `OpContext` is ambiguous [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/options.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | use OpContext as OC; [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `OpContext` could refer to the enum defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/options.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / pub enum OpContext { [INFO] [stdout] 16 | | /// Just before a precanned template [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// `define_derivae_deftly!{ Template OPTIONS = ...` [INFO] [stdout] ... | [INFO] [stdout] 31 | | DriverApplicationPassed, [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `OpContext` could also refer to the enum imported here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/options.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `OpContext` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `OpContext` is ambiguous [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/options.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | use OpContext as OC; [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `OpContext` could refer to the enum defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/options.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / pub enum OpContext { [INFO] [stdout] 16 | | /// Just before a precanned template [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// `define_derivae_deftly!{ Template OPTIONS = ...` [INFO] [stdout] ... | [INFO] [stdout] 31 | | DriverApplicationPassed, [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `OpContext` could also refer to the enum imported here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/options.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `OpContext` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `RepeatOver` is ambiguous [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/repeat.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use RepeatOver as RO; [INFO] [stdout] | ^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `RepeatOver` could refer to the enum defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/repeat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / pub enum RepeatOver { [INFO] [stdout] 12 | | Variants, [INFO] [stdout] 13 | | Fields, [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `RepeatOver` could also refer to the enum imported here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/repeat.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::framework::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `RepeatOver` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `SubstDetails` is ambiguous [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use SubstDetails as SD; [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `SubstDetails` could refer to the enum defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub enum SubstDetails { [INFO] [stdout] 96 | | // variables [INFO] [stdout] 97 | | tname(O::NotInBool), [INFO] [stdout] 98 | | ttype(O::NotInBool), [INFO] [stdout] ... | [INFO] [stdout] 167 | | Crate(O::NotInPaste, O::NotInBool), [INFO] [stdout] 168 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `SubstDetails` could also refer to the enum imported here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::framework::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `SubstDetails` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `TemplateElement` is ambiguous [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use TemplateElement as TE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `TemplateElement` could refer to the enum defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / pub enum TemplateElement { [INFO] [stdout] 39 | | Ident(Ident), [INFO] [stdout] 40 | | LitStr(syn::LitStr), [INFO] [stdout] 41 | | Literal(syn::Lit, O::NotInPaste), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Repeat(RepeatedTemplate), [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `TemplateElement` could also refer to the enum imported here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::framework::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `TemplateElement` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `TemplateWithWhens` is ambiguous [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:1176:13 [INFO] [stdout] | [INFO] [stdout] 1176 | use TemplateWithWhens as TWW; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `TemplateWithWhens` could refer to the struct defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / pub struct TemplateWithWhens { [INFO] [stdout] 34 | | pub elements: Vec>, [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `TemplateWithWhens` could also refer to the struct imported here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.2/syntax.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::framework::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `TemplateWithWhens` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking async-signal v0.2.10 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking async-process v2.3.0 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] error: could not compile `simba` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/724e78794d2cf06eef820a24c9a4608d63435e1d/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simba-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="wide"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cordic", "cuda", "cuda_std", "cust_core", "decimal", "default", "fixed", "libm", "libm_force", "packed_simd", "partial_fixed_point_support", "rand", "rkyv", "rkyv-serialize", "serde", "serde_serialize", "std", "wide"))' -C metadata=f165c0a492cf9e7f -C extra-filename=-002bfcfcaafddb05 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-dbeff365a66fd8a7.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-047933215ca38ab1.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-eac2fb0112f17af5.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-de6dfd786916684a.so --extern wide=/opt/rustwide/target/debug/deps/libwide-07eadf7ee8c1640d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `derive-deftly-macros` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "8141e453942bd52d745b43d2ebdcc03b2576fb0c505207147df9d0a2c4451480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8141e453942bd52d745b43d2ebdcc03b2576fb0c505207147df9d0a2c4451480", kill_on_drop: false }` [INFO] [stdout] 8141e453942bd52d745b43d2ebdcc03b2576fb0c505207147df9d0a2c4451480