[INFO] cloning repository https://github.com/Tao119/techlinter_server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tao119/techlinter_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTao119%2Ftechlinter_server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTao119%2Ftechlinter_server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0df2c7484b8afc2243d00d85f2b72160fc24720b
[INFO] checking Tao119/techlinter_server against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTao119%2Ftechlinter_server" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Tao119/techlinter_server
[INFO] finished tweaking git repo https://github.com/Tao119/techlinter_server
[INFO] tweaked toml for git repo https://github.com/Tao119/techlinter_server written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Tao119/techlinter_server on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Tao119/techlinter_server 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `techlinter_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../techlinter_server
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `techlinter-server`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:38:8
[INFO] [stderr]    |
[INFO] [stderr] 38 - name = "techlinter_server"
[INFO] [stderr] 38 + name = "techlinter-server"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `techlinter-server`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:39:19
[INFO] [stderr]    |
[INFO] [stderr] 39 ~ version = "0.1.0"
[INFO] [stderr] 40 + [[bin]]
[INFO] [stderr] 41 + name = "techlinter-server"
[INFO] [stderr] 42 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `techlinter_server` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thirtyfour-macros v0.1.2
[INFO] [stderr]   Downloaded hyper v0.14.28
[INFO] [stderr]   Downloaded jobserver v0.1.30
[INFO] [stderr]   Downloaded tera v1.19.1
[INFO] [stderr]   Downloaded ignore v0.4.22
[INFO] [stderr]   Downloaded zstd v0.13.1
[INFO] [stderr]   Downloaded actix-http v3.6.0
[INFO] [stderr]   Downloaded clap_derive v4.5.4
[INFO] [stderr]   Downloaded globset v0.4.14
[INFO] [stderr]   Downloaded bytestring v1.3.1
[INFO] [stderr]   Downloaded pq-sys v0.4.8
[INFO] [stderr]   Downloaded diesel v1.4.8
[INFO] [stderr]   Downloaded actix-router v0.5.2
[INFO] [stderr]   Downloaded zstd-safe v7.1.0
[INFO] [stderr]   Downloaded diesel_derives v1.4.1
[INFO] [stderr]   Downloaded base64 v0.22.0
[INFO] [stderr]   Downloaded actix-rt v2.9.0
[INFO] [stderr]   Downloaded crc32fast v1.4.0
[INFO] [stderr]   Downloaded actix-web-codegen v4.2.2
[INFO] [stderr]   Downloaded actix-web v4.5.1
[INFO] [stderr]   Downloaded zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]   Downloaded actix-server v2.3.0
[INFO] [stderr]   Downloaded clap v4.5.4
[INFO] [stderr]   Downloaded rustix v0.38.33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a
[INFO] running `Command { std: "docker" "start" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a", 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" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `techlinter_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../techlinter_server
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `techlinter-server`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:38:8
[INFO] [stderr]    |
[INFO] [stderr] 38 - name = "techlinter_server"
[INFO] [stderr] 38 + name = "techlinter-server"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `techlinter-server`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:39:19
[INFO] [stderr]    |
[INFO] [stderr] 39 ~ version = "0.1.0"
[INFO] [stderr] 40 + [[bin]]
[INFO] [stderr] 41 + name = "techlinter-server"
[INFO] [stderr] 42 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `techlinter_server` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]    Compiling jobserver v0.1.30
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking brotli v3.5.0
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking base64 v0.22.0
[INFO] [stderr]     Checking urlparse v0.7.3
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking bcrypt v0.15.1
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking webpki v0.22.4
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking stringmatch v0.4.0
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=46203a0929948980 -C extra-filename=-e6d6c09a6b5c289e --out-dir /opt/rustwide/target/debug/build/regex-automata/e6d6c09a6b5c289e/out -L dependency=/opt/rustwide/target/debug/build/memchr/f6d3a80039506637/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/df3396746c9b0a69/out/libaho_corasick-df3396746c9b0a69.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/f6d3a80039506637/out/libmemchr-f6d3a80039506637.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/865b77df6a20aea4/out/libregex_syntax-865b77df6a20aea4.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/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,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=2910abe4b5fa8637 -C extra-filename=-5ac2b4186757ebcf --out-dir /opt/rustwide/target/debug/build/syn/5ac2b4186757ebcf/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/0b8d9fbac46dbf3b/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/0b8d9fbac46dbf3b/out/libproc_macro2-0b8d9fbac46dbf3b.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/6799a93556b01fd3/out/libquote-6799a93556b01fd3.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a", kill_on_drop: false }`
[INFO] [stdout] 8f6a86e9cd8b2d0f37a737bc9d295dffd2fbddd385a0eee12ed7f7ec95abe77a
