[INFO] crate tmkms 0.6.3 is already in cache [INFO] testing tmkms-0.6.3 against 1.38.0 for beta-1.39-1 [INFO] extracting crate tmkms 0.6.3 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate tmkms 0.6.3 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tmkms 0.6.3 [INFO] finished tweaking crates.io crate tmkms 0.6.3 [INFO] tweaked toml for crates.io crate tmkms 0.6.3 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 17694819f9309af0ebe544a232e04fc960f1ef2255b120c4ac179458bb7a9544 [INFO] running `"docker" "start" "-a" "17694819f9309af0ebe544a232e04fc960f1ef2255b120c4ac179458bb7a9544"` [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling subtle v2.2.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling arc-swap v0.4.3 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling canonical-path v2.0.2 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling generational-arena v0.2.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling gumdrop_derive v0.6.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling atomicwrites v0.2.4 [INFO] [stderr] Compiling zeroize_derive v0.9.3 [INFO] [stderr] Compiling signature_derive v0.2.1 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling hkdf v0.7.1 [INFO] [stderr] Compiling prost-amino v0.4.0 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling secp256k1 v0.13.0 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling zeroize v0.9.3 [INFO] [stderr] Compiling signature v0.2.0 [INFO] [stderr] Compiling gumdrop v0.6.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling secrecy v0.2.2 [INFO] [stderr] Compiling hkd32 v0.1.2 [INFO] [stderr] Compiling subtle-encoding v0.3.7 [INFO] [stderr] Compiling tai64 v2.0.1 [INFO] [stderr] Compiling once_cell v0.1.8 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.2 [INFO] [stderr] Compiling x25519-dalek v0.5.2 [INFO] [stderr] Compiling signatory v0.12.0 [INFO] [stderr] Compiling tiny-bip39 v0.6.2 [INFO] [stderr] Compiling prost-amino-derive v0.4.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling signatory-dalek v0.12.0 [INFO] [stderr] Compiling signatory-secp256k1 v0.12.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling abscissa_derive v0.3.0 [INFO] [stderr] Compiling tendermint v0.10.0 [INFO] [stderr] Compiling abscissa_core v0.3.0 [INFO] [stderr] Compiling tmkms v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] error: please enable one of the following backends with cargo's --features argument: yubihsm, ledgertm, softsign (e.g. --features=yubihsm) [INFO] [stderr] --> src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / compile_error!( [INFO] [stderr] 9 | | "please enable one of the following backends with cargo's --features argument: \ [INFO] [stderr] 10 | | yubihsm, ledgertm, softsign (e.g. --features=yubihsm)" [INFO] [stderr] 11 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tmkms`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "17694819f9309af0ebe544a232e04fc960f1ef2255b120c4ac179458bb7a9544"` [INFO] running `"docker" "rm" "-f" "17694819f9309af0ebe544a232e04fc960f1ef2255b120c4ac179458bb7a9544"` [INFO] [stdout] 17694819f9309af0ebe544a232e04fc960f1ef2255b120c4ac179458bb7a9544