[INFO] updating cached repository https://github.com/AlbertoGP/httpd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5b951ec85c6b77cc33335f8b6f852a5d3bd0a86d [INFO] checking AlbertoGP/httpd against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbertoGP%2Fhttpd" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlbertoGP/httpd on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AlbertoGP/httpd [INFO] removed path dependency multipart from git repo https://github.com/AlbertoGP/httpd [INFO] removed path dependency tokio-http2 from git repo https://github.com/AlbertoGP/httpd [INFO] finished tweaking git repo https://github.com/AlbertoGP/httpd [INFO] tweaked toml for git repo https://github.com/AlbertoGP/httpd written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/AlbertoGP/httpd already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (multipart) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (tokio-http2) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (multipart) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (tokio-http2) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d35b4ae12a22d1b2b5e6247d70d447a3006c96d180d02fff8edbd4e4f6eacafe [INFO] running `"docker" "start" "-a" "d35b4ae12a22d1b2b5e6247d70d447a3006c96d180d02fff8edbd4e4f6eacafe"` [INFO] [stderr] warning: dependency (multipart) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (tokio-http2) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking errno v0.1.8 [INFO] [stderr] Checking mustache v0.9.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking daemonize v0.4.1 [INFO] [stderr] Checking rpassword v0.2.3 [INFO] [stderr] Checking lsio v0.1.18 [INFO] [stderr] Checking nickel v0.11.0 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] error: a macro named `println_color_quiet` has already been exported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lsio-0.1.18/src/macros.rs:100:1 [INFO] [stderr] | [INFO] [stderr] 100 | / macro_rules! println_color_quiet { [INFO] [stderr] 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { [INFO] [stderr] 102 | | if !$quiet { [INFO] [stderr] 103 | | print_color!($color, concat!($fmt, "\n")); [INFO] [stderr] ... | [INFO] [stderr] 110 | | }; [INFO] [stderr] 111 | | } [INFO] [stderr] | |_^ `println_color_quiet` already exported [INFO] [stderr] | [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lsio-0.1.18/src/macros.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / macro_rules! println_color_quiet { [INFO] [stderr] 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { [INFO] [stderr] 54 | | { [INFO] [stderr] 55 | | if !$quiet { [INFO] [stderr] ... | [INFO] [stderr] 62 | | }; [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `lsio`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d35b4ae12a22d1b2b5e6247d70d447a3006c96d180d02fff8edbd4e4f6eacafe"` [INFO] running `"docker" "rm" "-f" "d35b4ae12a22d1b2b5e6247d70d447a3006c96d180d02fff8edbd4e4f6eacafe"` [INFO] [stdout] d35b4ae12a22d1b2b5e6247d70d447a3006c96d180d02fff8edbd4e4f6eacafe