[INFO] updating cached repository dignifiedquire/cryptasm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dignifiedquire/cryptasm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dignifiedquire/cryptasm" "work/ex/beta-1.38-1/sources/1.37.0/gh/dignifiedquire/cryptasm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dignifiedquire/cryptasm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dignifiedquire/cryptasm" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dignifiedquire/cryptasm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dignifiedquire/cryptasm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 601f755662c80d75bf56b0f1d8857658a2e6fe52 [INFO] sha for GitHub repo dignifiedquire/cryptasm: 601f755662c80d75bf56b0f1d8857658a2e6fe52 [INFO] validating manifest of dignifiedquire/cryptasm on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dignifiedquire/cryptasm on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dignifiedquire/cryptasm [INFO] removed path dependency aes from dignifiedquire/cryptasm [INFO] finished frobbing dignifiedquire/cryptasm [INFO] frobbed toml for dignifiedquire/cryptasm written to work/ex/beta-1.38-1/sources/1.37.0/gh/dignifiedquire/cryptasm/Cargo.toml [INFO] started frobbing dignifiedquire/cryptasm [INFO] removed path dependency aes from dignifiedquire/cryptasm [INFO] finished frobbing dignifiedquire/cryptasm [INFO] frobbed toml for dignifiedquire/cryptasm written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dignifiedquire/cryptasm/Cargo.toml [INFO] crate dignifiedquire/cryptasm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/dignifiedquire/cryptasm/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/alexcrichton/wasm-bindgen` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/alexcrichton/wasm-bindgen` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dignifiedquire/cryptasm against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dignifiedquire/cryptasm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] a92bef55f12d9672d34e31b400c7348d9061bb993d845c7bf8d2b01a1676a2bd [INFO] running `"docker" "start" "-a" "a92bef55f12d9672d34e31b400c7348d9061bb993d845c7bf8d2b01a1676a2bd"` [INFO] [stderr] warning: dependency (aes) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.48 (https://github.com/alexcrichton/wasm-bindgen#9314873c) [INFO] [stderr] Compiling bumpalo v2.6.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.48 (https://github.com/alexcrichton/wasm-bindgen#9314873c) [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.48 (https://github.com/alexcrichton/wasm-bindgen#9314873c) [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.48 (https://github.com/alexcrichton/wasm-bindgen#9314873c) [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.48 (https://github.com/alexcrichton/wasm-bindgen#9314873c) [INFO] [stderr] Compiling cryptasm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `AES` in `aes` [INFO] [stderr] --> src/lib.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | let mut ctx = aes::AES::new(aes::Size::AES128, aes::Mode::CTR, key, iv); [INFO] [stderr] | ^^^ could not find `AES` in `aes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Size` in `aes` [INFO] [stderr] --> src/lib.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | let mut ctx = aes::AES::new(aes::Size::AES128, aes::Mode::CTR, key, iv); [INFO] [stderr] | ^^^^ could not find `Size` in `aes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Mode` in `aes` [INFO] [stderr] --> src/lib.rs:10:57 [INFO] [stderr] | [INFO] [stderr] 10 | let mut ctx = aes::AES::new(aes::Size::AES128, aes::Mode::CTR, key, iv); [INFO] [stderr] | ^^^^ could not find `Mode` in `aes` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `aes_ctr_xcrypt_buffer` in crate `aes` [INFO] [stderr] --> src/lib.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | aes::aes_ctr_xcrypt_buffer(&mut ctx, chunk); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `aes` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `cryptasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a92bef55f12d9672d34e31b400c7348d9061bb993d845c7bf8d2b01a1676a2bd"` [INFO] running `"docker" "rm" "-f" "a92bef55f12d9672d34e31b400c7348d9061bb993d845c7bf8d2b01a1676a2bd"` [INFO] [stdout] a92bef55f12d9672d34e31b400c7348d9061bb993d845c7bf8d2b01a1676a2bd