[INFO] cloning repository https://github.com/maximumpower55/makebin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maximumpower55/makebin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaximumpower55%2Fmakebin"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaximumpower55%2Fmakebin'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e91af857d8adb7ea8e7a399ceb65335eef369df2 [INFO] testing maximumpower55/makebin against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaximumpower55%2Fmakebin" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 63% (229/362) Checking out files: 64% (232/362) Checking out files: 65% (236/362) Checking out files: 66% (239/362) Checking out files: 67% (243/362) Checking out files: 68% (247/362) Checking out files: 69% (250/362) Checking out files: 70% (254/362) Checking out files: 71% (258/362) Checking out files: 72% (261/362) Checking out files: 73% (265/362) Checking out files: 74% (268/362) Checking out files: 75% (272/362) Checking out files: 76% (276/362) Checking out files: 77% (279/362) Checking out files: 78% (283/362) Checking out files: 79% (286/362) Checking out files: 80% (290/362) Checking out files: 81% (294/362) Checking out files: 82% (297/362) Checking out files: 83% (301/362) Checking out files: 84% (305/362) Checking out files: 85% (308/362) Checking out files: 86% (312/362) Checking out files: 87% (315/362) Checking out files: 88% (319/362) Checking out files: 89% (323/362) Checking out files: 90% (326/362) Checking out files: 91% (330/362) Checking out files: 92% (334/362) Checking out files: 93% (337/362) Checking out files: 94% (341/362) Checking out files: 95% (344/362) Checking out files: 96% (348/362) Checking out files: 97% (352/362) Checking out files: 98% (355/362) Checking out files: 99% (359/362) Checking out files: 100% (362/362) Checking out files: 100% (362/362), done. [INFO] validating manifest of git repo https://github.com/maximumpower55/makebin 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/maximumpower55/makebin [INFO] finished tweaking git repo https://github.com/maximumpower55/makebin [INFO] tweaked toml for git repo https://github.com/maximumpower55/makebin written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/maximumpower55/makebin 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] error: the lock file /workspace/builds/worker-1/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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] 8022ef7fd9db82ba4a4aba34cf8005fbbcccd12d31169d13541765c8b2c037e6 [INFO] running `"docker" "start" "-a" "8022ef7fd9db82ba4a4aba34cf8005fbbcccd12d31169d13541765c8b2c037e6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Compiling structopt v0.3.14 [INFO] [stderr] Compiling makebin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cli` [INFO] [stderr] --> src/main.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | let args = Cli::from_args(); [INFO] [stderr] | ^^^ use of undeclared type or module `Cli` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `makebin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8022ef7fd9db82ba4a4aba34cf8005fbbcccd12d31169d13541765c8b2c037e6"` [INFO] running `"docker" "rm" "-f" "8022ef7fd9db82ba4a4aba34cf8005fbbcccd12d31169d13541765c8b2c037e6"` [INFO] [stdout] 8022ef7fd9db82ba4a4aba34cf8005fbbcccd12d31169d13541765c8b2c037e6