[INFO] updating cached repository https://github.com/retep007/rustybox [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] 66aa7400ecaf7abbdc9136253c3f8a63217bd69b [INFO] testing retep007/rustybox against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fretep007%2Frustybox" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/retep007/rustybox 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/retep007/rustybox [INFO] finished tweaking git repo https://github.com/retep007/rustybox [INFO] tweaked toml for git repo https://github.com/retep007/rustybox written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/retep007/rustybox 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 102800db327fc580a8334a0e38fc766b981ed0ffccafd39fe258f021cc4d17b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "102800db327fc580a8334a0e38fc766b981ed0ffccafd39fe258f021cc4d17b6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling unicode-segmentation v1.5.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pretty_env_logger v0.3.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling rustyline v5.0.4 [INFO] [stderr] Compiling ctrlc v3.1.3 [INFO] [stderr] Compiling crabbox v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `buf` in this scope [INFO] [stderr] --> src/rcrab.rs:87:28 [INFO] [stderr] | [INFO] [stderr] 87 | stdin.read(buf: &mut [u8]) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | not found in this scope [INFO] [stderr] | expecting a type here because of type ascription [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/rcrab.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 42 | / match fork()? { [INFO] [stderr] 43 | | ForkResult::Parent { .. } => { [INFO] [stderr] 44 | | let mut flags = PollFlags::empty(); [INFO] [stderr] 45 | | flags.insert(PollFlags::POLLIN); [INFO] [stderr] ... | [INFO] [stderr] 87 | | stdin.read(buf: &mut [u8]) [INFO] [stderr] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found enum `std::result::Result` [INFO] [stderr] ... | [INFO] [stderr] 91 | | ForkResult::Child => run_child(child_write, child_read)?, [INFO] [stderr] 92 | | } [INFO] [stderr] | |_____- expected this to be `()` [INFO] [stderr] | [INFO] [stderr] = note: expected unit type `()` [INFO] [stderr] found enum `std::result::Result` [INFO] [stderr] help: try adding a semicolon [INFO] [stderr] | [INFO] [stderr] 87 | stdin.read(buf: &mut [u8]); [INFO] [stderr] | ^ [INFO] [stderr] help: consider using a semicolon here [INFO] [stderr] | [INFO] [stderr] 92 | }; [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `crabbox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "102800db327fc580a8334a0e38fc766b981ed0ffccafd39fe258f021cc4d17b6"` [INFO] running `"docker" "rm" "-f" "102800db327fc580a8334a0e38fc766b981ed0ffccafd39fe258f021cc4d17b6"` [INFO] [stdout] 102800db327fc580a8334a0e38fc766b981ed0ffccafd39fe258f021cc4d17b6