[INFO] updating cached repository https://github.com/infinityb/rust-irc-client [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] 388e66984b6bb603cd83a8132e3bd43e37bd1f07 [INFO] testing infinityb/rust-irc-client against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinityb%2Frust-irc-client" "/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/infinityb/rust-irc-client 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/infinityb/rust-irc-client [INFO] finished tweaking git repo https://github.com/infinityb/rust-irc-client [INFO] tweaked toml for git repo https://github.com/infinityb/rust-irc-client written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/infinityb/rust-irc-client 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] 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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/infinityb/rust-irc` [INFO] [stderr] Updating git repository `https://github.com/shaleh/rust-readline.git` [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-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=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] [stdout] 41f301c92d4bbd3781f42f3bdf39bc7ee05c3b32711fc3e560f99a5c8dd1720a [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" "41f301c92d4bbd3781f42f3bdf39bc7ee05c3b32711fc3e560f99a5c8dd1720a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling readline v0.2.0 (https://github.com/shaleh/rust-readline.git#4223e676) [INFO] [stderr] Compiling irc v0.5.0 (https://github.com/infinityb/rust-irc#4d8bfd9f) [INFO] [stderr] Compiling irc-client v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found keyword `return` [INFO] [stderr] --> src/irc_client.rs:157:17 [INFO] [stderr] | [INFO] [stderr] 156 | println!("nick-read failed, exit") [INFO] [stderr] | - expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stderr] 157 | return; [INFO] [stderr] | ^^^^^^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> src/irc_client.rs:161:45 [INFO] [stderr] | [INFO] [stderr] 161 | match self.connection.register(nick[].trim_chars('\n')) { [INFO] [stderr] | ----- ^ expected expression [INFO] [stderr] | | [INFO] [stderr] | while parsing this match expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> src/irc_client.rs:185:33 [INFO] [stderr] | [INFO] [stderr] 185 | let line_cleaned = line[].trim_chars('\n'); [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> src/irc_client.rs:218:33 [INFO] [stderr] | [INFO] [stderr] 218 | let line_cleaned = line[].trim_chars('\n'); [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `Ok` [INFO] [stderr] --> src/irc_client.rs:231:17 [INFO] [stderr] | [INFO] [stderr] 230 | try!(stdout_w.flush()) [INFO] [stderr] | - expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stderr] 231 | Ok(()) [INFO] [stderr] | ^^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{` [INFO] [stderr] --> src/irc_client.rs:226:22 [INFO] [stderr] | [INFO] [stderr] 226 | spawn(proc() { [INFO] [stderr] | -^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stderr] | | [INFO] [stderr] | help: missing `,` [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `debug` [INFO] [stderr] --> src/irc_client.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | extern crate debug; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `irc-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "41f301c92d4bbd3781f42f3bdf39bc7ee05c3b32711fc3e560f99a5c8dd1720a"` [INFO] running `"docker" "rm" "-f" "41f301c92d4bbd3781f42f3bdf39bc7ee05c3b32711fc3e560f99a5c8dd1720a"` [INFO] [stdout] 41f301c92d4bbd3781f42f3bdf39bc7ee05c3b32711fc3e560f99a5c8dd1720a