[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] checking LrsNate/ErasureCoding against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLrsNate%2FErasureCoding" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/LrsNate/ErasureCoding on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] d86a3532becbbe0f26b0f65fda7c6f15f5720050527935ef79ed4470523e688f
[INFO] running `"docker" "start" "-a" "d86a3532becbbe0f26b0f65fda7c6f15f5720050527935ef79ed4470523e688f"`
[INFO] [stderr]     Checking 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[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/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 function or associated item named `new` found for struct `byte::Byte` in the current scope
[INFO] [stderr]    --> src/byte.rs:102:25
[INFO] [stderr]     |
[INFO] [stderr] 33  | pub struct Byte {
[INFO] [stderr]     | --------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 102 |         let two = Byte::new(2);
[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:103:26
[INFO] [stderr]     |
[INFO] [stderr] 33  | pub struct Byte {
[INFO] [stderr]     | --------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 103 |         let zero = 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: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 function or associated item named `new` found for struct `byte::Byte` in the current scope
[INFO] [stderr]    --> src/byte.rs:115:26
[INFO] [stderr]     |
[INFO] [stderr] 33  | pub struct Byte {
[INFO] [stderr]     | --------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 115 |         assert_eq!(Byte::new(172), Byte::new(100) * Byte::new(3))
[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:115:42
[INFO] [stderr]     |
[INFO] [stderr] 33  | pub struct Byte {
[INFO] [stderr]     | --------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 115 |         assert_eq!(Byte::new(172), Byte::new(100) * Byte::new(3))
[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:115:59
[INFO] [stderr]     |
[INFO] [stderr] 33  | pub struct Byte {
[INFO] [stderr]     | --------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 115 |         assert_eq!(Byte::new(172), Byte::new(100) * Byte::new(3))
[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[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: aborting due to 12 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] [stderr] warning: build failed, waiting for other jobs to finish...
[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" "d86a3532becbbe0f26b0f65fda7c6f15f5720050527935ef79ed4470523e688f"`
[INFO] running `"docker" "rm" "-f" "d86a3532becbbe0f26b0f65fda7c6f15f5720050527935ef79ed4470523e688f"`
[INFO] [stdout] d86a3532becbbe0f26b0f65fda7c6f15f5720050527935ef79ed4470523e688f
