[INFO] cloning repository https://github.com/anluin/http_server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anluin/http_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanluin%2Fhttp_server"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanluin%2Fhttp_server'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 74b90c5a246f80fd994c7a05b6ae0f524b6294a1 [INFO] checking anluin/http_server against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanluin%2Fhttp_server" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anluin/http_server on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/anluin/http_server [INFO] finished tweaking git repo https://github.com/anluin/http_server [INFO] tweaked toml for git repo https://github.com/anluin/http_server written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/anluin/http_server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] aa5d5eb64eef58ea92baff1e9e310361590e4c2b1b05aab26de9bb07920a53b5 [INFO] running `"docker" "start" "-a" "aa5d5eb64eef58ea92baff1e9e310361590e4c2b1b05aab26de9bb07920a53b5"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking http_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> src/main.rs:16:43 [INFO] [stderr] | [INFO] [stderr] 16 | pub const READ: Filter = Filter(libc::EVFILT_READ); [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in crate `libc` [INFO] [stderr] --> src/main.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | pub const WRITE: Filter = Filter(libc::EVFILT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in crate `libc` [INFO] [stderr] --> src/main.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | pub const ADD: Flag = Flag(libc::EV_ADD); [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ENABLE` in crate `libc` [INFO] [stderr] --> src/main.rs:36:41 [INFO] [stderr] | [INFO] [stderr] 36 | pub const ENABLE: Flag = Flag(libc::EV_ENABLE); [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ONESHOT` in crate `libc` [INFO] [stderr] --> src/main.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | pub const ONESHOT: Flag = Flag(libc::EV_ONESHOT); [INFO] [stderr] | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_ONESHOT` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_CLEAR` in crate `libc` [INFO] [stderr] --> src/main.rs:38:40 [INFO] [stderr] | [INFO] [stderr] 38 | pub const CLEAR: Flag = Flag(libc::EV_CLEAR); [INFO] [stderr] | ^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_EOF` in crate `libc` [INFO] [stderr] --> src/main.rs:39:38 [INFO] [stderr] | [INFO] [stderr] 39 | pub const EOF: Flag = Flag(libc::EV_EOF); [INFO] [stderr] | ^^^^^^ help: a constant with a similar name exists: `VEOF` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kqueue` in crate `libc` [INFO] [stderr] --> src/main.rs:143:30 [INFO] [stderr] | [INFO] [stderr] 143 | match unsafe { libc::kqueue() } { [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in crate `libc` [INFO] [stderr] --> src/main.rs:160:30 [INFO] [stderr] | [INFO] [stderr] 160 | let changes = [libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> src/main.rs:169:19 [INFO] [stderr] | [INFO] [stderr] 169 | libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> src/main.rs:185:19 [INFO] [stderr] | [INFO] [stderr] 185 | libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> src/main.rs:16:43 [INFO] [stderr] | [INFO] [stderr] 16 | pub const READ: Filter = Filter(libc::EVFILT_READ); [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in crate `libc` [INFO] [stderr] --> src/main.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | pub const WRITE: Filter = Filter(libc::EVFILT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in crate `libc` [INFO] [stderr] --> src/main.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | pub const ADD: Flag = Flag(libc::EV_ADD); [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ENABLE` in crate `libc` [INFO] [stderr] --> src/main.rs:36:41 [INFO] [stderr] | [INFO] [stderr] 36 | pub const ENABLE: Flag = Flag(libc::EV_ENABLE); [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ONESHOT` in crate `libc` [INFO] [stderr] --> src/main.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | pub const ONESHOT: Flag = Flag(libc::EV_ONESHOT); [INFO] [stderr] | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_ONESHOT` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_CLEAR` in crate `libc` [INFO] [stderr] --> src/main.rs:38:40 [INFO] [stderr] | [INFO] [stderr] 38 | pub const CLEAR: Flag = Flag(libc::EV_CLEAR); [INFO] [stderr] | ^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_EOF` in crate `libc` [INFO] [stderr] --> src/main.rs:39:38 [INFO] [stderr] | [INFO] [stderr] 39 | pub const EOF: Flag = Flag(libc::EV_EOF); [INFO] [stderr] | ^^^^^^ help: a constant with a similar name exists: `VEOF` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kqueue` in crate `libc` [INFO] [stderr] --> src/main.rs:143:30 [INFO] [stderr] | [INFO] [stderr] 143 | match unsafe { libc::kqueue() } { [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in crate `libc` [INFO] [stderr] --> src/main.rs:160:30 [INFO] [stderr] | [INFO] [stderr] 160 | let changes = [libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> src/main.rs:169:19 [INFO] [stderr] | [INFO] [stderr] 169 | libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> src/main.rs:185:19 [INFO] [stderr] | [INFO] [stderr] 185 | libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `http_server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `http_server`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "aa5d5eb64eef58ea92baff1e9e310361590e4c2b1b05aab26de9bb07920a53b5"` [INFO] running `"docker" "rm" "-f" "aa5d5eb64eef58ea92baff1e9e310361590e4c2b1b05aab26de9bb07920a53b5"` [INFO] [stdout] aa5d5eb64eef58ea92baff1e9e310361590e4c2b1b05aab26de9bb07920a53b5