[INFO] cloning repository https://github.com/proofoffun/gam [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/proofoffun/gam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fproofoffun%2Fgam"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fproofoffun%2Fgam'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f397c16a43232f0f6559ec7373e97d99b8adace8 [INFO] testing proofoffun/gam against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fproofoffun%2Fgam" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/proofoffun/gam on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/proofoffun/gam [INFO] finished tweaking git repo https://github.com/proofoffun/gam [INFO] tweaked toml for git repo https://github.com/proofoffun/gam written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/proofoffun/gam already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/marjakm/rust-sysfs-gpio` [INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/marjakm/rust-sysfs-gpio` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b81ad0acb3138ad63070e8c2b9e408c501e645fd9caa9b5850b0b6e4ada43de0 [INFO] running `"docker" "start" "-a" "b81ad0acb3138ad63070e8c2b9e408c501e645fd9caa9b5850b0b6e4ada43de0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling sysfs_gpio v0.5.1 (https://github.com/marjakm/rust-sysfs-gpio#17343751) [INFO] [stderr] error[E0425]: cannot find value `EPOLLPRI` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-sysfs-gpio-450a797237b1ac0c/1734375/src/lib.rs:480:22 [INFO] [stderr] | [INFO] [stderr] 480 | let events = EPOLLPRI | EPOLLET; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this constant [INFO] [stderr] | [INFO] [stderr] 65 | use nix::libc::EPOLLPRI; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EPOLLET` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-sysfs-gpio-450a797237b1ac0c/1734375/src/lib.rs:480:33 [INFO] [stderr] | [INFO] [stderr] 480 | let events = EPOLLPRI | EPOLLET; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this constant [INFO] [stderr] | [INFO] [stderr] 65 | use nix::libc::EPOLLET; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EPOLLPRI` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-sysfs-gpio-450a797237b1ac0c/1734375/src/lib.rs:522:43 [INFO] [stderr] | [INFO] [stderr] 522 | let dummy_event = EpollEvent::new(EPOLLPRI | EPOLLET, 0u64); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this constant [INFO] [stderr] | [INFO] [stderr] 65 | use nix::libc::EPOLLPRI; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EPOLLET` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-sysfs-gpio-450a797237b1ac0c/1734375/src/lib.rs:522:54 [INFO] [stderr] | [INFO] [stderr] 522 | let dummy_event = EpollEvent::new(EPOLLPRI | EPOLLET, 0u64); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this constant [INFO] [stderr] | [INFO] [stderr] 65 | use nix::libc::EPOLLET; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sysfs_gpio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b81ad0acb3138ad63070e8c2b9e408c501e645fd9caa9b5850b0b6e4ada43de0"` [INFO] running `"docker" "rm" "-f" "b81ad0acb3138ad63070e8c2b9e408c501e645fd9caa9b5850b0b6e4ada43de0"` [INFO] [stdout] b81ad0acb3138ad63070e8c2b9e408c501e645fd9caa9b5850b0b6e4ada43de0