[INFO] cloning repository https://github.com/vivianjeng/mopro-zupass [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vivianjeng/mopro-zupass" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivianjeng%2Fmopro-zupass", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivianjeng%2Fmopro-zupass'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef1a3fcc5121e5d3f1138f50b5a71072290bee69 [INFO] checking vivianjeng/mopro-zupass against try#47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268 for pr-149058 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivianjeng%2Fmopro-zupass" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/vivianjeng/mopro-zupass [INFO] finished tweaking git repo https://github.com/vivianjeng/mopro-zupass [INFO] tweaked toml for git repo https://github.com/vivianjeng/mopro-zupass written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/vivianjeng/mopro-zupass on toolchain 47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/vivianjeng/mopro-zupass 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" "+47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/zkmopro/circom-compat.git` [INFO] [stderr] Updating git repository `https://github.com/zkmopro/mopro.git` [INFO] [stderr] error: invalid character `<` in package name: ``, the first character must be a Unicode XID start character (most letters or `_`) [INFO] [stderr] --> ../../../cargo-home/git/checkouts/mopro-bee9ae4578b5d673/9a4313d/cli/src/template/init/Cargo.toml:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | name = "" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] error: invalid character `<` in package name: ``, the first character must be a Unicode XID start character (most letters or `_`) [INFO] [stderr] --> ../../../cargo-home/git/checkouts/mopro-bee9ae4578b5d673/9a4313d/cli/src/template/init/Cargo.toml:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | name = "" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] Updating crates.io index [INFO] [stderr] warning: patch `ark-circom v0.1.0 (https://github.com/zkmopro/circom-compat.git?branch=wasm-delete#0755f5bc)` was not used in the crate graph [INFO] [stderr] help: Check that the patched package version and available features are compatible [INFO] [stderr] with the dependency requirements. If the patch has a different version from [INFO] [stderr] what is locked in the Cargo.lock file, run `cargo update` to use the new [INFO] [stderr] version. This may also occur with an optional dependency that is not enabled. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uniffi_checksum_derive v0.28.3 [INFO] [stderr] Downloaded uniffi_build v0.28.0 [INFO] [stderr] Downloaded uniffi_meta v0.28.0 [INFO] [stderr] Downloaded uniffi_macros v0.28.0 [INFO] [stderr] Downloaded anyhow v1.0.96 [INFO] [stderr] Downloaded uniffi v0.28.0 [INFO] [stderr] Downloaded uniffi_testing v0.28.0 [INFO] [stderr] Downloaded wasm-bindgen-console-logger v0.1.1 [INFO] [stderr] Downloaded uniffi_udl v0.28.0 [INFO] [stderr] Downloaded wasm_sync v0.1.2 [INFO] [stderr] Downloaded ark-groth16 v0.4.0 [INFO] [stderr] Downloaded ark-serialize v0.4.1 [INFO] [stderr] Downloaded wasm-bindgen-rayon v1.3.0 [INFO] [stderr] Downloaded uniffi_core v0.28.0 [INFO] [stderr] Downloaded ark-ec v0.4.1 [INFO] [stderr] Downloaded ark-poly v0.4.1 [INFO] [stderr] Downloaded ark-ff v0.4.1 [INFO] [stderr] Downloaded uniffi_bindgen v0.28.0 [INFO] [stderr] Downloaded goblin v0.8.2 [INFO] [stderr] Downloaded rust-witness v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 670acc766b21db709245bf9057d818b1ae44279a0a03cb2a2cc81674fd326300 [INFO] running `Command { std: "docker" "start" "-a" "670acc766b21db709245bf9057d818b1ae44279a0a03cb2a2cc81674fd326300", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "670acc766b21db709245bf9057d818b1ae44279a0a03cb2a2cc81674fd326300", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "670acc766b21db709245bf9057d818b1ae44279a0a03cb2a2cc81674fd326300", kill_on_drop: false }` [INFO] [stdout] 670acc766b21db709245bf9057d818b1ae44279a0a03cb2a2cc81674fd326300 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b42e59d28304ffcb912a8d444d9df4f94b508f6372c7e2166bc8d525d4162af0 [INFO] running `Command { std: "docker" "start" "-a" "b42e59d28304ffcb912a8d444d9df4f94b508f6372c7e2166bc8d525d4162af0", kill_on_drop: false }` [INFO] [stderr] error: invalid character `<` in package name: ``, the first character must be a Unicode XID start character (most letters or `_`) [INFO] [stderr] --> ../cargo-home/git/checkouts/mopro-bee9ae4578b5d673/9a4313d/cli/src/template/init/Cargo.toml:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | name = "" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] error: invalid character `<` in package name: ``, the first character must be a Unicode XID start character (most letters or `_`) [INFO] [stderr] --> ../cargo-home/git/checkouts/mopro-bee9ae4578b5d673/9a4313d/cli/src/template/init/Cargo.toml:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | name = "" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] warning: patch `ark-circom v0.1.0 (https://github.com/zkmopro/circom-compat.git?branch=wasm-delete#0755f5bc)` was not used in the crate graph [INFO] [stderr] help: Check that the patched package version and available features are compatible [INFO] [stderr] with the dependency requirements. If the patch has a different version from [INFO] [stderr] what is locked in the Cargo.lock file, run `cargo update` to use the new [INFO] [stderr] version. This may also occur with an optional dependency that is not enabled. [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling anyhow v1.0.96 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Compiling fs-err v2.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling thiserror v2.0.3 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling askama_parser v0.2.1 [INFO] [stderr] Compiling weedle2 v5.0.0 [INFO] [stderr] Compiling clap_builder v4.5.31 [INFO] [stderr] Compiling cc v1.2.15 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling uuid v1.14.0 [INFO] [stderr] Compiling hex-literal v0.4.1 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Checking shlex v1.3.0 [INFO] [stderr] Compiling rust-witness v0.1.3 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/47eaa3b85fbe5fa2b3b731b5fecdc5954cbfc268/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6b3a2dc504375c63 -C extra-filename=-38304d5cba01b479 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-932edc3a62ce74e0.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-4d964cc8b9f5efd8.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-6759994d78e94663.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b42e59d28304ffcb912a8d444d9df4f94b508f6372c7e2166bc8d525d4162af0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b42e59d28304ffcb912a8d444d9df4f94b508f6372c7e2166bc8d525d4162af0", kill_on_drop: false }` [INFO] [stdout] b42e59d28304ffcb912a8d444d9df4f94b508f6372c7e2166bc8d525d4162af0