[INFO] updating cached repository skade/drossel-server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/skade/drossel-server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/skade/drossel-server" "work/ex/beta-1.38-1/sources/1.37.0/gh/skade/drossel-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/skade/drossel-server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/skade/drossel-server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skade/drossel-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skade/drossel-server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 15b3fdde8705ce787990a61b4df6292f109329f7 [INFO] sha for GitHub repo skade/drossel-server: 15b3fdde8705ce787990a61b4df6292f109329f7 [INFO] validating manifest of skade/drossel-server 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 skade/drossel-server 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 skade/drossel-server [INFO] finished frobbing skade/drossel-server [INFO] frobbed toml for skade/drossel-server written to work/ex/beta-1.38-1/sources/1.37.0/gh/skade/drossel-server/Cargo.toml [INFO] started frobbing skade/drossel-server [INFO] finished frobbing skade/drossel-server [INFO] frobbed toml for skade/drossel-server written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skade/drossel-server/Cargo.toml [INFO] crate skade/drossel-server 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] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/skade/drossel-server/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/skade/drossel.git` [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/skade/drossel.git` [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 skade/drossel-server against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/skade/drossel-server:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a83f057dc2840198bdd5d3dceb59bfe6af6f1ba5f019c921ad214b1f5b3f4c27 [INFO] running `"docker" "start" "-a" "a83f057dc2840198bdd5d3dceb59bfe6af6f1ba5f019c921ad214b1f5b3f4c27"` [INFO] [stderr] Compiling db-key v0.0.5 [INFO] [stderr] Compiling db-key v0.0.1 [INFO] [stderr] Compiling db-key v0.1.0 [INFO] [stderr] Compiling strand v0.1.2 [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | fn as_slice(&self, f: |v: &[u8]| -> T) -> T; [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | fn as_slice(&self, f: |v: &[u8]| -> T) -> T { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | impl Key for int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | fn from_u8(key: &[u8]) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | (key[0] as int) << 24 | [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | (key[1] as int) << 16 | [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | (key[2] as int) << 8 | [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | (key[3] as int) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] Compiling leveldb v0.6.1 [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `db-key`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `core::marker::PhantomFn` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | use core::marker::PhantomFn; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `PhantomFn` in `marker` [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | #![feature(core)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | #![feature(convert)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #![feature(collections)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/database/comparator.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | use std::intrinsics::type_name; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/database/comparator.rs:95:27 [INFO] [stderr] | [INFO] [stderr] 95 | let tydesc = unsafe { type_name::() }; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `leveldb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a83f057dc2840198bdd5d3dceb59bfe6af6f1ba5f019c921ad214b1f5b3f4c27"` [INFO] running `"docker" "rm" "-f" "a83f057dc2840198bdd5d3dceb59bfe6af6f1ba5f019c921ad214b1f5b3f4c27"` [INFO] [stdout] a83f057dc2840198bdd5d3dceb59bfe6af6f1ba5f019c921ad214b1f5b3f4c27