[INFO] fetching crate secret_integers 0.1.3... [INFO] checking secret_integers-0.1.3 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate secret_integers 0.1.3 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate secret_integers 0.1.3 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate secret_integers 0.1.3 [INFO] removed 3 missing examples [INFO] finished tweaking crates.io crate secret_integers 0.1.3 [INFO] tweaked toml for crates.io crate secret_integers 0.1.3 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 0d1e35cf3bd7af66152049db4f516aa26a7e3a848769bc48fe18b3ee3b76ea48 [INFO] running `"docker" "start" "-a" "0d1e35cf3bd7af66152049db4f516aa26a7e3a848769bc48fe18b3ee3b76ea48"` [INFO] [stderr] Checking secret_integers v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0601]: `main` function not found in crate `biguint` [INFO] [stderr] --> examples/biguint.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / /// This code is inspired by [INFO] [stderr] 3 | | /// [RustCrypto's `BigUint` implementation](https://github.com/rust-num/num-bigint/blob/eb003cc41b604658c885c052583ea9f453f9c910/src/biguint.rs). [INFO] [stderr] 4 | | [INFO] [stderr] 5 | | /// This library will fail to compile because of two constant-timedness violations : [INFO] [stderr] ... | [INFO] [stderr] 56 | | res [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/biguint.rs` [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `dalek` [INFO] [stderr] --> examples/dalek.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / /// This code is inspired from Dalek's field multiplication for 64-bits backends contained in the [INFO] [stderr] 2 | | /// file [`src/backend/u64/field.rs`](https://github.com/dalek-cryptography/curve25519-dalek/blob/master/src/backend/u64/field.rs) [INFO] [stderr] 3 | | [INFO] [stderr] 4 | | use secret_integers::*; [INFO] [stderr] ... | [INFO] [stderr] 133 | | } [INFO] [stderr] 134 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/dalek.rs` [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `chacha20` [INFO] [stderr] --> examples/chacha20.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / use secret_integers::*; [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | const BLOCK_SIZE : usize = 64; [INFO] [stderr] 4 | | type State = [U32; 16]; [INFO] [stderr] ... | [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/chacha20.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error[E0599]: no method named `leading_zeros` found for type `&secret_integers::U32` in the current scope [INFO] [stderr] --> examples/biguint.rs:27:46 [INFO] [stderr] | [INFO] [stderr] 27 | let zeros = self.data.last().unwrap().leading_zeros(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&secret_integers::U32` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `secret_integers`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `secret_integers`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `secret_integers::U32` [INFO] [stderr] --> examples/biguint.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | while r != 0 { [INFO] [stderr] | - ^^ - {integer} [INFO] [stderr] | | [INFO] [stderr] | secret_integers::U32 [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `secret_integers::U32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0369, E0599, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0369`. [INFO] [stderr] error: could not compile `secret_integers`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0d1e35cf3bd7af66152049db4f516aa26a7e3a848769bc48fe18b3ee3b76ea48"` [INFO] running `"docker" "rm" "-f" "0d1e35cf3bd7af66152049db4f516aa26a7e3a848769bc48fe18b3ee3b76ea48"` [INFO] [stdout] 0d1e35cf3bd7af66152049db4f516aa26a7e3a848769bc48fe18b3ee3b76ea48