[INFO] fetching crate reed-solomon-erasure 3.1.1... [INFO] checking reed-solomon-erasure-3.1.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate reed-solomon-erasure 3.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate reed-solomon-erasure 3.1.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate reed-solomon-erasure 3.1.1 [INFO] finished tweaking crates.io crate reed-solomon-erasure 3.1.1 [INFO] tweaked toml for crates.io crate reed-solomon-erasure 3.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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=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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] fab25133128b35f8e7905ac8382853d9994229364d7005c863f1023b4b49ee47 [INFO] running `"docker" "start" "-a" "fab25133128b35f8e7905ac8382853d9994229364d7005c863f1023b4b49ee47"` [INFO] [stderr] Compiling reed-solomon-erasure v3.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking quickcheck v0.7.2 [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:201:43 [INFO] [stderr] | [INFO] [stderr] 201 | fn reedsolomon_gal_mul(low : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:202:43 [INFO] [stderr] | [INFO] [stderr] 202 | ... high : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:203:43 [INFO] [stderr] | [INFO] [stderr] 203 | ... input : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:204:43 [INFO] [stderr] | [INFO] [stderr] 204 | ... out : *mut libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:208:47 [INFO] [stderr] | [INFO] [stderr] 208 | fn reedsolomon_gal_mul_xor(low : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:209:47 [INFO] [stderr] | [INFO] [stderr] 209 | ... high : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:210:47 [INFO] [stderr] | [INFO] [stderr] 210 | ... input : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:211:47 [INFO] [stderr] | [INFO] [stderr] 211 | ... out : *mut libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:220:23 [INFO] [stderr] | [INFO] [stderr] 220 | let low : *const libc::uint8_t = &MUL_TABLE_LOW[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:221:23 [INFO] [stderr] | [INFO] [stderr] 221 | let high : *const libc::uint8_t = &MUL_TABLE_HIGH[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:225:28 [INFO] [stderr] | [INFO] [stderr] 225 | let input_ptr : *const libc::uint8_t = &input[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:226:28 [INFO] [stderr] | [INFO] [stderr] 226 | let out_ptr : *mut libc::uint8_t = &mut out[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:242:23 [INFO] [stderr] | [INFO] [stderr] 242 | let low : *const libc::uint8_t = &MUL_TABLE_LOW[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:243:23 [INFO] [stderr] | [INFO] [stderr] 243 | let high : *const libc::uint8_t = &MUL_TABLE_HIGH[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 247 | let input_ptr : *const libc::uint8_t = &input[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:248:28 [INFO] [stderr] | [INFO] [stderr] 248 | let out_ptr : *mut libc::uint8_t = &mut out[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:201:43 [INFO] [stderr] | [INFO] [stderr] 201 | fn reedsolomon_gal_mul(low : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:202:43 [INFO] [stderr] | [INFO] [stderr] 202 | ... high : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:203:43 [INFO] [stderr] | [INFO] [stderr] 203 | ... input : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:204:43 [INFO] [stderr] | [INFO] [stderr] 204 | ... out : *mut libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:208:47 [INFO] [stderr] | [INFO] [stderr] 208 | fn reedsolomon_gal_mul_xor(low : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:209:47 [INFO] [stderr] | [INFO] [stderr] 209 | ... high : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:210:47 [INFO] [stderr] | [INFO] [stderr] 210 | ... input : *const libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:211:47 [INFO] [stderr] | [INFO] [stderr] 211 | ... out : *mut libc::uint8_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:220:23 [INFO] [stderr] | [INFO] [stderr] 220 | let low : *const libc::uint8_t = &MUL_TABLE_LOW[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:221:23 [INFO] [stderr] | [INFO] [stderr] 221 | let high : *const libc::uint8_t = &MUL_TABLE_HIGH[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:225:28 [INFO] [stderr] | [INFO] [stderr] 225 | let input_ptr : *const libc::uint8_t = &input[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:226:28 [INFO] [stderr] | [INFO] [stderr] 226 | let out_ptr : *mut libc::uint8_t = &mut out[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:242:23 [INFO] [stderr] | [INFO] [stderr] 242 | let low : *const libc::uint8_t = &MUL_TABLE_LOW[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:243:23 [INFO] [stderr] | [INFO] [stderr] 243 | let high : *const libc::uint8_t = &MUL_TABLE_HIGH[c as usize][0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 247 | let input_ptr : *const libc::uint8_t = &input[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/galois.rs:248:28 [INFO] [stderr] | [INFO] [stderr] 248 | let out_ptr : *mut libc::uint8_t = &mut out[0]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.89s [INFO] running `"docker" "inspect" "fab25133128b35f8e7905ac8382853d9994229364d7005c863f1023b4b49ee47"` [INFO] running `"docker" "rm" "-f" "fab25133128b35f8e7905ac8382853d9994229364d7005c863f1023b4b49ee47"` [INFO] [stdout] fab25133128b35f8e7905ac8382853d9994229364d7005c863f1023b4b49ee47