[INFO] updating cached repository https://github.com/LrsNate/ErasureCoding [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] adcc618579d89afc0abb19c43c9b8ba886438178 [INFO] testing LrsNate/ErasureCoding against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLrsNate%2FErasureCoding" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LrsNate/ErasureCoding 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/LrsNate/ErasureCoding [INFO] finished tweaking git repo https://github.com/LrsNate/ErasureCoding [INFO] tweaked toml for git repo https://github.com/LrsNate/ErasureCoding written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/LrsNate/ErasureCoding 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b4a6e9e666cac2be9c2300725e2d6b154b5a77b3f2bfd157e65c6ae1386e7ed7 [INFO] running `"docker" "start" "-a" "b4a6e9e666cac2be9c2300725e2d6b154b5a77b3f2bfd157e65c6ae1386e7ed7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling erasure_coding v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `u` in this scope [INFO] [stderr] --> src/byte.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | Byte { value: u as u8 } [INFO] [stderr] | ^ help: a local variable with a similar name exists: `n` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `byte::Byte` in the current scope [INFO] [stderr] --> src/main.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | byte::Byte::new(0); [INFO] [stderr] | ^^^ function or associated item not found in `byte::Byte` [INFO] [stderr] | [INFO] [stderr] ::: src/byte.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct Byte { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `byte::Byte` in the current scope [INFO] [stderr] --> src/byte.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct Byte { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 56 | Byte::new(self.value ^ rhs.value) [INFO] [stderr] | ^^^ function or associated item not found in `byte::Byte` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `byte::Byte` in the current scope [INFO] [stderr] --> src/byte.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct Byte { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 64 | return Byte::new(gf_mult(self.value, rhs.value)) [INFO] [stderr] | ^^^ function or associated item not found in `byte::Byte` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `byte::Byte` in the current scope [INFO] [stderr] --> src/byte.rs:83:26 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct Byte { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 83 | return Byte::new(0); [INFO] [stderr] | ^^^ function or associated item not found in `byte::Byte` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `byte::Byte` in the current scope [INFO] [stderr] --> src/byte.rs:91:22 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct Byte { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 91 | return Byte::new(gf_mult(self.value, inverse)); [INFO] [stderr] | ^^^ function or associated item not found in `byte::Byte` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `append` found for struct `matrix::Matrix` in the current scope [INFO] [stderr] --> src/matrix.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 3 | pub struct Matrix { [INFO] [stderr] | ----------------- method `append` not found for this [INFO] [stderr] ... [INFO] [stderr] 51 | result.append(one / (Byte::from_usize(x) + Byte::from_usize(y))) [INFO] [stderr] | ^^^^^^ method not found in `matrix::Matrix` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `erasure_coding`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b4a6e9e666cac2be9c2300725e2d6b154b5a77b3f2bfd157e65c6ae1386e7ed7"` [INFO] running `"docker" "rm" "-f" "b4a6e9e666cac2be9c2300725e2d6b154b5a77b3f2bfd157e65c6ae1386e7ed7"` [INFO] [stdout] b4a6e9e666cac2be9c2300725e2d6b154b5a77b3f2bfd157e65c6ae1386e7ed7