[INFO] cloning repository https://github.com/abd0-omar/todoapp_graphql [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abd0-omar/todoapp_graphql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabd0-omar%2Ftodoapp_graphql", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabd0-omar%2Ftodoapp_graphql'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 858baa465c576c98fc9ed6633d8de8db3b5e4ac7 [INFO] checking abd0-omar/todoapp_graphql against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabd0-omar%2Ftodoapp_graphql" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/abd0-omar/todoapp_graphql [INFO] finished tweaking git repo https://github.com/abd0-omar/todoapp_graphql [INFO] tweaked toml for git repo https://github.com/abd0-omar/todoapp_graphql written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/abd0-omar/todoapp_graphql on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/abd0-omar/todoapp_graphql 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: binary `todoapp_graphql-web` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-2-tc1/source/target/.../todoapp_graphql-web [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 `todoapp-graphql-web`, convert `package.name` [INFO] [stderr] --> packages/web/Cargo.toml:2:8 [INFO] [stderr] | [INFO] [stderr] 2 - name = "todoapp_graphql-web" [INFO] [stderr] 2 + name = "todoapp-graphql-web" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `todoapp-graphql-web`, specify `bin.name` [INFO] [stderr] --> packages/web/Cargo.toml:37:20 [INFO] [stderr] | [INFO] [stderr] 37 ~ secrecy = "0.10.3" [INFO] [stderr] 38 + [[bin]] [INFO] [stderr] 39 + name = "todoapp-graphql-web" [INFO] [stderr] 40 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `todoapp_graphql-web` (manifest) generated 1 warning [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.2.59 [INFO] [stderr] Downloaded tracing-panic v0.1.2 [INFO] [stderr] Downloaded jsonwebtoken v10.3.0 [INFO] [stderr] Downloaded tokio-postgres v0.7.17 [INFO] [stderr] Downloaded postgres-protocol v0.6.11 [INFO] [stderr] Downloaded postgres-types v0.2.13 [INFO] [stderr] Downloaded postgres-derive v0.4.8 [INFO] [stderr] Downloaded postgres v0.19.13 [INFO] [stderr] Downloaded googletest_macro v0.14.2 [INFO] [stderr] Downloaded rootcause v0.12.1 [INFO] [stderr] Downloaded triomphe v0.1.15 [INFO] [stderr] Downloaded rootcause-internals v0.12.1 [INFO] [stderr] Downloaded googletest v0.14.2 [INFO] [stderr] Downloaded refinery v0.9.0 [INFO] [stderr] Downloaded refinery-macros v0.9.0 [INFO] [stderr] Downloaded refinery-core v0.9.0 [INFO] [stderr] Downloaded postgres-native-tls v0.5.3 [INFO] [stderr] Downloaded async-graphql-axum v7.2.1 [INFO] [stderr] Downloaded liquid v0.26.11 [INFO] [stderr] Downloaded liquid-lib v0.26.11 [INFO] [stderr] Downloaded liquid-core v0.26.11 [INFO] [stderr] Downloaded insta v1.47.2 [INFO] [stderr] Downloaded liquid-derive v0.26.10 [INFO] [stderr] Downloaded target-spec v3.6.0 [INFO] [stderr] Downloaded cruet v0.15.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501 [INFO] running `Command { std: "docker" "start" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501", 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" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501", 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" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: binary `todoapp_graphql-web` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /opt/rustwide/target/.../todoapp_graphql-web [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 `todoapp-graphql-web`, convert `package.name` [INFO] [stderr] --> packages/web/Cargo.toml:2:8 [INFO] [stderr] | [INFO] [stderr] 2 - name = "todoapp_graphql-web" [INFO] [stderr] 2 + name = "todoapp-graphql-web" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `todoapp-graphql-web`, specify `bin.name` [INFO] [stderr] --> packages/web/Cargo.toml:37:20 [INFO] [stderr] | [INFO] [stderr] 37 ~ secrecy = "0.10.3" [INFO] [stderr] 38 + [[bin]] [INFO] [stderr] 39 + name = "todoapp-graphql-web" [INFO] [stderr] 40 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `todoapp_graphql-web` (manifest) generated 1 warning [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking rand_core v0.10.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Checking indexmap v2.13.1 [INFO] [stderr] Compiling num-conv v0.2.1 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Checking chacha20 v0.10.0 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Compiling postgres-derive v0.4.8 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling cc v1.2.59 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking uuid v1.23.0 [INFO] [stderr] Checking rand v0.10.0 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking whoami v2.1.1 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking tokio v1.51.1 [INFO] [stderr] Checking hybrid-array v0.4.10 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking crypto-common v0.2.1 [INFO] [stderr] Checking block-buffer v0.12.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking digest v0.11.2 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Checking sha2 v0.11.0 [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8df82673d5911b6112a85bf91d9adefb2c66a1a/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9bebd24a9b79ce70 -C extra-filename=-1518f85539db7e5b --out-dir /opt/rustwide/target/debug/build/rustix/1518f85539db7e5b/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/924610f47dcb2cb8/out/libbitflags-924610f47dcb2cb8.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/d4bc5dcbcaabc690/out/liblinux_raw_sys-d4bc5dcbcaabc690.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8df82673d5911b6112a85bf91d9adefb2c66a1a/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=d0292ba5a626e24f -C extra-filename=-045e932e565db29a --out-dir /opt/rustwide/target/debug/build/futures-util/045e932e565db29a/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1cd512d543215c04/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/80687936758fa695/out --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/6351650e09691772/out/libfutures_channel-6351650e09691772.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/1cd512d543215c04/out/libfutures_core-1cd512d543215c04.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/8551f65ba49d7852/out/libfutures_io-8551f65ba49d7852.rmeta --extern futures_macro=/opt/rustwide/target/debug/build/futures-macro/497fa74e1fd189b0/out/libfutures_macro-497fa74e1fd189b0.so --extern futures_sink=/opt/rustwide/target/debug/build/futures-sink/80687936758fa695/out/libfutures_sink-80687936758fa695.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/bde3b8216abf23c5/out/libfutures_task-bde3b8216abf23c5.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out/libmemchr-3d944e3b9ac373a3.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/101f873bca723251/out/libslab-101f873bca723251.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501", kill_on_drop: false }` [INFO] [stdout] bc1e9a958f43e408cc344f1c317bae83f7bbbb80a033db949bcf5b92a8e28501