[INFO] updating cached repository https://github.com/tibequadorian/studipfs [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] 598ae19f846a67b3b2dbfdd03692e01336cce43e [INFO] testing tibequadorian/studipfs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftibequadorian%2Fstudipfs" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tibequadorian/studipfs on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tibequadorian/studipfs [INFO] finished tweaking git repo https://github.com/tibequadorian/studipfs [INFO] tweaked toml for git repo https://github.com/tibequadorian/studipfs written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/tibequadorian/studipfs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] 48ccffe04a75a6911a156253dbdf1dcd248bde43fd7ab78713683ea526f8daba [INFO] running `"docker" "start" "-a" "48ccffe04a75a6911a156253dbdf1dcd248bde43fd7ab78713683ea526f8daba"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling fuse-abi v0.4.0-dev (https://github.com/zargony/fuse-rs#42e29d96) [INFO] [stderr] Compiling fuse-sys v0.4.0-dev (https://github.com/zargony/fuse-rs#42e29d96) [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling fuse v0.4.0-dev (https://github.com/zargony/fuse-rs#42e29d96) [INFO] [stderr] Compiling ring v0.16.12 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling minreq v2.1.0 [INFO] [stderr] Compiling studipfs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `logins` [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | mod logins; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `logins`, create file "src/logins.rs" [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `API_URL` in module `logins` [INFO] [stderr] --> src/main.rs:89:39 [INFO] [stderr] | [INFO] [stderr] 89 | api_url: String::from(logins::API_URL), [INFO] [stderr] | ^^^^^^^ not found in `logins` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `AUTH` in module `logins` [INFO] [stderr] --> src/main.rs:90:36 [INFO] [stderr] | [INFO] [stderr] 90 | auth: String::from(logins::AUTH) [INFO] [stderr] | ^^^^ not found in `logins` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ROOT` in module `logins` [INFO] [stderr] --> src/main.rs:92:37 [INFO] [stderr] | [INFO] [stderr] 92 | let root = String::from(logins::ROOT); [INFO] [stderr] | ^^^^ not found in `logins` [INFO] [stderr] [INFO] [stderr] warning: unused import: `FileAttr` [INFO] [stderr] --> src/main.rs:2:83 [INFO] [stderr] | [INFO] [stderr] 2 | use fuse::{Filesystem, Request, ReplyData, ReplyEntry, ReplyAttr, ReplyDirectory, FileAttr, FUSE_ROOT_ID}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `studipfs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "48ccffe04a75a6911a156253dbdf1dcd248bde43fd7ab78713683ea526f8daba"` [INFO] running `"docker" "rm" "-f" "48ccffe04a75a6911a156253dbdf1dcd248bde43fd7ab78713683ea526f8daba"` [INFO] [stdout] 48ccffe04a75a6911a156253dbdf1dcd248bde43fd7ab78713683ea526f8daba