[INFO] cloning repository https://github.com/prokie/python-svdata
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prokie/python-svdata" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprokie%2Fpython-svdata", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprokie%2Fpython-svdata'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de90cd9f66d4a11c593409a7995a052f8dfef570
[INFO] testing prokie/python-svdata against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprokie%2Fpython-svdata" "/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/prokie/python-svdata
[INFO] finished tweaking git repo https://github.com/prokie/python-svdata
[INFO] tweaked toml for git repo https://github.com/prokie/python-svdata written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prokie/python-svdata on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prokie/python-svdata 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" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690
[INFO] running `Command { std: "docker" "start" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling target-lexicon v0.12.6
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling bytecount v0.3.2
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling str-concat v0.2.0
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling bitvec v0.19.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling pyo3-build-config v0.18.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling regex v1.4.6
[INFO] [stderr]    Compiling pyo3-ffi v0.18.1
[INFO] [stderr]    Compiling pyo3 v0.18.1
[INFO] [stderr]    Compiling sv-parser-syntaxtree v0.13.0
[INFO] [stderr]    Compiling nom_locate v1.0.0
[INFO] [stderr]    Compiling nom_locate v2.1.0
[INFO] [stderr]    Compiling nom_locate v3.0.2
[INFO] [stderr]    Compiling nom-greedyerror v0.3.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.18.1
[INFO] [stderr]    Compiling nom-recursive-macros v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling sv-parser-macros v0.13.0
[INFO] [stderr]    Compiling nom-packrat-macros v0.5.0
[INFO] [stderr]    Compiling nom-tracable-macros v0.7.0
[INFO] [stderr]    Compiling nom-tracable v0.7.0
[INFO] [stderr]    Compiling nom-recursive v0.3.0
[INFO] [stderr]    Compiling nom-packrat v0.5.0
[INFO] [stderr]    Compiling sv-parser-error v0.13.0
[INFO] [stderr]    Compiling pyo3-macros v0.18.1
[INFO] [stderr]    Compiling sv-parser-parser v0.13.0
[INFO] [stdout] error[E0659]: `VersionSpecifier` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.0/src/general/compiler_directives.rs:830:59
[INFO] [stdout]     |
[INFO] [stdout] 830 | pub(crate) fn version_specifier(s: Span) -> IResult<Span, VersionSpecifier> {
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `VersionSpecifier` could refer to the struct imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.0/src/lib.rs:46:16
[INFO] [stdout]     |
[INFO] [stdout]  46 | pub(crate) use sv_parser_syntaxtree::*;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `VersionSpecifier` to disambiguate
[INFO] [stdout] note: `VersionSpecifier` could also refer to the enum imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.0/src/lib.rs:7:16
[INFO] [stdout]     |
[INFO] [stdout]   7 | pub(crate) use utils::*;
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `VersionSpecifier` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `VersionSpecifier` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.0/src/general/compiler_directives.rs:865:12
[INFO] [stdout]     |
[INFO] [stdout] 865 |     Ok((s, VersionSpecifier { nodes: (a,) }))
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `VersionSpecifier` could refer to the struct imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.0/src/lib.rs:46:16
[INFO] [stdout]     |
[INFO] [stdout]  46 | pub(crate) use sv_parser_syntaxtree::*;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `VersionSpecifier` to disambiguate
[INFO] [stdout] note: `VersionSpecifier` could also refer to the enum imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.0/src/lib.rs:7:16
[INFO] [stdout]     |
[INFO] [stdout]   7 | pub(crate) use utils::*;
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `VersionSpecifier` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sv-parser-parser` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690", kill_on_drop: false }`
[INFO] [stdout] fa0a1de3581ddf4dce940f314a66e9eb8e5ba00bea26e32abd0296aab2226690
