[INFO] crate raptorq 0.11.1 is already in cache [INFO] checking raptorq-0.11.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate raptorq 0.11.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate raptorq 0.11.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate raptorq 0.11.1 [INFO] finished tweaking crates.io crate raptorq 0.11.1 [INFO] tweaked toml for crates.io crate raptorq 0.11.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 82ae76528a7a0e1a0a450d734714af4883976974462499cf9fedb2d9550edde4 [INFO] running `"docker" "start" "-a" "82ae76528a7a0e1a0a450d734714af4883976974462499cf9fedb2d9550edde4"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking raptorq v0.11.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking primal-check v0.2.3 [INFO] [stderr] Checking primal v0.2.3 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] error[E0432]: unresolved imports `raptorq::extended_source_block_symbols`, `raptorq::OctetMatrix`, `raptorq::SparseOctetMatrix` [INFO] [stderr] --> benches/matrix_sparsity.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use raptorq::{extended_source_block_symbols, OctetMatrix, SparseOctetMatrix}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `SparseOctetMatrix` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `OctetMatrix` in the root [INFO] [stderr] | no `extended_source_block_symbols` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raptorq::generate_constraint_matrix` [INFO] [stderr] --> benches/matrix_sparsity.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use raptorq::generate_constraint_matrix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `generate_constraint_matrix` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raptorq::IntermediateSymbolDecoder` [INFO] [stderr] --> benches/matrix_sparsity.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use raptorq::IntermediateSymbolDecoder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `IntermediateSymbolDecoder` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raptorq::Octet` [INFO] [stderr] --> benches/matrix_sparsity.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use raptorq::Octet; [INFO] [stderr] | ^^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module (notice the capitalization): `octet` [INFO] [stderr] | no `Octet` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raptorq::Symbol` [INFO] [stderr] --> benches/matrix_sparsity.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use raptorq::Symbol; [INFO] [stderr] | ^^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module (notice the capitalization): `symbol` [INFO] [stderr] | no `Symbol` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `raptorq`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `raptorq::Octet` [INFO] [stderr] --> benches/codec_benchmark.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use raptorq::Octet; [INFO] [stderr] | ^^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module (notice the capitalization): `octet` [INFO] [stderr] | no `Octet` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raptorq::Symbol` [INFO] [stderr] --> benches/codec_benchmark.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use raptorq::Symbol; [INFO] [stderr] | ^^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module (notice the capitalization): `symbol` [INFO] [stderr] | no `Symbol` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `raptorq`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "82ae76528a7a0e1a0a450d734714af4883976974462499cf9fedb2d9550edde4"` [INFO] running `"docker" "rm" "-f" "82ae76528a7a0e1a0a450d734714af4883976974462499cf9fedb2d9550edde4"` [INFO] [stdout] 82ae76528a7a0e1a0a450d734714af4883976974462499cf9fedb2d9550edde4