[INFO] cloning repository https://github.com/making-rockets/axum [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/making-rockets/axum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f907b29fece2560983156c683672562b7c2e4bdb [INFO] checking making-rockets/axum against master#d14d202262d13df896b0c624b0cec6e4bfde631a for pr-143028 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/making-rockets/axum [INFO] finished tweaking git repo https://github.com/making-rockets/axum [INFO] tweaked toml for git repo https://github.com/making-rockets/axum written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/making-rockets/axum on toolchain d14d202262d13df896b0c624b0cec6e4bfde631a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d14d202262d13df896b0c624b0cec6e4bfde631a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/making-rockets/axum 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" "+d14d202262d13df896b0c624b0cec6e4bfde631a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for anyhow, since `default-features` was not specified for `workspace.dependencies.anyhow`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for axum, since `default-features` was not specified for `workspace.dependencies.axum`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for axum-extra, since `default-features` was not specified for `workspace.dependencies.axum-extra`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for axum-server, since `default-features` was not specified for `workspace.dependencies.axum-server`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for bytes, since `default-features` was not specified for `workspace.dependencies.bytes`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for captcha_rust, since `default-features` was not specified for `workspace.dependencies.captcha_rust`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for chrono, since `default-features` was not specified for `workspace.dependencies.chrono`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for delay_timer, since `default-features` was not specified for `workspace.dependencies.delay_timer`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for futures, since `default-features` was not specified for `workspace.dependencies.futures`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for headers, since `default-features` was not specified for `workspace.dependencies.headers`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for hyper, since `default-features` was not specified for `workspace.dependencies.hyper`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for jsonwebtoken, since `default-features` was not specified for `workspace.dependencies.jsonwebtoken`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for md5, since `default-features` was not specified for `workspace.dependencies.md5`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for mime, since `default-features` was not specified for `workspace.dependencies.mime`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for once_cell, since `default-features` was not specified for `workspace.dependencies.once_cell`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for rand, since `default-features` was not specified for `workspace.dependencies.rand`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for reqwest, since `default-features` was not specified for `workspace.dependencies.reqwest`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for scru128, since `default-features` was not specified for `workspace.dependencies.scru128`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for sea-orm, since `default-features` was not specified for `workspace.dependencies.sea-orm`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for serde, since `default-features` was not specified for `workspace.dependencies.serde`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for serde_json, since `default-features` was not specified for `workspace.dependencies.serde_json`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for skytable, since `default-features` was not specified for `workspace.dependencies.skytable`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for sysinfo, since `default-features` was not specified for `workspace.dependencies.sysinfo`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tokio, since `default-features` was not specified for `workspace.dependencies.tokio`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tokio-stream, since `default-features` was not specified for `workspace.dependencies.tokio-stream`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for toml, since `default-features` was not specified for `workspace.dependencies.toml`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tower, since `default-features` was not specified for `workspace.dependencies.tower`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tower-http, since `default-features` was not specified for `workspace.dependencies.tower-http`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tracing, since `default-features` was not specified for `workspace.dependencies.tracing`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tracing-appender, since `default-features` was not specified for `workspace.dependencies.tracing-appender`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for tracing-subscriber, since `default-features` was not specified for `workspace.dependencies.tracing-subscriber`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/api/Cargo.toml: `default-features` is ignored for user-agent-parser, since `default-features` was not specified for `workspace.dependencies.user-agent-parser`, this could become a hard error in the future [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds no output for 300 seconds