[INFO] cloning repository https://github.com/ametisf/pancakefs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ametisf/pancakefs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fametisf%2Fpancakefs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fametisf%2Fpancakefs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f1251f395acbc8cc66b56c0378eea2f613ecd126 [INFO] checking ametisf/pancakefs against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fametisf%2Fpancakefs" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ametisf/pancakefs on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ametisf/pancakefs [INFO] finished tweaking git repo https://github.com/ametisf/pancakefs [INFO] tweaked toml for git repo https://github.com/ametisf/pancakefs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ametisf/pancakefs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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] 175148d455f19856b4588b8aec5a50239bafec0e05d3a576e657e795524814e0 [INFO] running `"docker" "start" "-a" "175148d455f19856b4588b8aec5a50239bafec0e05d3a576e657e795524814e0"` [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling proc-macro-error v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.5 [INFO] [stderr] Compiling structopt-derive v0.4.1 [INFO] [stderr] Checking structopt v0.3.8 [INFO] [stderr] Checking pancakefs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pancake` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use pancake::{ [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `pancake` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pancake` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use pancake::{ [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `pancake` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pancake` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use pancake::{ [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `pancake` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `User` [INFO] [stderr] --> src/main.rs:69:16 [INFO] [stderr] | [INFO] [stderr] 69 | let user = User::new(user, group).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `User` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TemplateDir` [INFO] [stderr] --> src/main.rs:73:24 [INFO] [stderr] | [INFO] [stderr] 73 | let template_dir = TemplateDir::new(template_dir).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TemplateDir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UserDir` [INFO] [stderr] --> src/main.rs:74:20 [INFO] [stderr] | [INFO] [stderr] 74 | let user_dir = UserDir::new(user_dir).unwrap(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `UserDir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TmpDir` [INFO] [stderr] --> src/main.rs:75:19 [INFO] [stderr] | [INFO] [stderr] 75 | let tmp_dir = TmpDir::new(tmp_dir, &user).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TmpDir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Exports` [INFO] [stderr] --> src/main.rs:80:23 [INFO] [stderr] | [INFO] [stderr] 80 | let mut exports = Exports::new(tmp_dir, nfs_ip).unwrap(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Exports` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnfsServer` [INFO] [stderr] --> src/main.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | let unfsd = UnfsServer::new(&unfsd, exports.file(), &user).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `UnfsServer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | Cmd::parse(&line) [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HandlerError` [INFO] [stderr] --> src/main.rs:86:22 [INFO] [stderr] | [INFO] [stderr] 86 | .map_err(HandlerError::Cmd) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `HandlerError` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | Cmd::Refresh => { [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | Cmd::Mount(spec) => { [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Export` [INFO] [stderr] --> src/main.rs:95:25 [INFO] [stderr] | [INFO] [stderr] 95 | Export::new( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Export` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:104:17 [INFO] [stderr] | [INFO] [stderr] 104 | Cmd::Unmount(path) => { [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Logger` in this scope [INFO] [stderr] --> src/main.rs:48:16 [INFO] [stderr] | [INFO] [stderr] 48 | static LOGGER: Logger = Logger({ [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Logger` in this scope [INFO] [stderr] --> src/main.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | static LOGGER: Logger = Logger({ [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pancake` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use pancake::{ [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `pancake` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `User` [INFO] [stderr] --> src/main.rs:69:16 [INFO] [stderr] | [INFO] [stderr] 69 | let user = User::new(user, group).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `User` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TemplateDir` [INFO] [stderr] --> src/main.rs:73:24 [INFO] [stderr] | [INFO] [stderr] 73 | let template_dir = TemplateDir::new(template_dir).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TemplateDir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UserDir` [INFO] [stderr] --> src/main.rs:74:20 [INFO] [stderr] | [INFO] [stderr] 74 | let user_dir = UserDir::new(user_dir).unwrap(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `UserDir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TmpDir` [INFO] [stderr] --> src/main.rs:75:19 [INFO] [stderr] | [INFO] [stderr] 75 | let tmp_dir = TmpDir::new(tmp_dir, &user).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TmpDir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Exports` [INFO] [stderr] --> src/main.rs:80:23 [INFO] [stderr] | [INFO] [stderr] 80 | let mut exports = Exports::new(tmp_dir, nfs_ip).unwrap(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Exports` [INFO] [stderr] [INFO] [stderr] error: could not compile `pancakefs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnfsServer` [INFO] [stderr] --> src/main.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | let unfsd = UnfsServer::new(&unfsd, exports.file(), &user).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `UnfsServer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | Cmd::parse(&line) [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HandlerError` [INFO] [stderr] --> src/main.rs:86:22 [INFO] [stderr] | [INFO] [stderr] 86 | .map_err(HandlerError::Cmd) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `HandlerError` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | Cmd::Refresh => { [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | Cmd::Mount(spec) => { [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Export` [INFO] [stderr] --> src/main.rs:95:25 [INFO] [stderr] | [INFO] [stderr] 95 | Export::new( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Export` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cmd` [INFO] [stderr] --> src/main.rs:104:17 [INFO] [stderr] | [INFO] [stderr] 104 | Cmd::Unmount(path) => { [INFO] [stderr] | ^^^ use of undeclared type or module `Cmd` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Logger` in this scope [INFO] [stderr] --> src/main.rs:48:16 [INFO] [stderr] | [INFO] [stderr] 48 | static LOGGER: Logger = Logger({ [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Logger` in this scope [INFO] [stderr] --> src/main.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | static LOGGER: Logger = Logger({ [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `pancakefs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "175148d455f19856b4588b8aec5a50239bafec0e05d3a576e657e795524814e0"` [INFO] running `"docker" "rm" "-f" "175148d455f19856b4588b8aec5a50239bafec0e05d3a576e657e795524814e0"` [INFO] [stdout] 175148d455f19856b4588b8aec5a50239bafec0e05d3a576e657e795524814e0