[INFO] updating cached repository Fiedzia/rust-usdt [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Fiedzia/rust-usdt [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Fiedzia/rust-usdt" "work/ex/beta-1.37-6/sources/1.36.0/gh/Fiedzia/rust-usdt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Fiedzia/rust-usdt'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Fiedzia/rust-usdt" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Fiedzia/rust-usdt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Fiedzia/rust-usdt'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b79b2eade8051a27b60d09345405813cb31684b3 [INFO] sha for GitHub repo Fiedzia/rust-usdt: b79b2eade8051a27b60d09345405813cb31684b3 [INFO] validating manifest of Fiedzia/rust-usdt on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Fiedzia/rust-usdt on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Fiedzia/rust-usdt [INFO] finished frobbing Fiedzia/rust-usdt [INFO] frobbed toml for Fiedzia/rust-usdt written to work/ex/beta-1.37-6/sources/1.36.0/gh/Fiedzia/rust-usdt/Cargo.toml [INFO] started frobbing Fiedzia/rust-usdt [INFO] finished frobbing Fiedzia/rust-usdt [INFO] frobbed toml for Fiedzia/rust-usdt written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Fiedzia/rust-usdt/Cargo.toml [INFO] crate Fiedzia/rust-usdt already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing Fiedzia/rust-usdt against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Fiedzia/rust-usdt:/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.36.0" "build" "--frozen"` [INFO] [stdout] 978b7cde2474ff51d007f0d2903bd7e1eca5bd154ecc10d06f30718e6243a796 [INFO] running `"docker" "start" "-a" "978b7cde2474ff51d007f0d2903bd7e1eca5bd154ecc10d06f30718e6243a796"` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The lib target `rust_usdt` in package `rust-usdt v0.0.1 (/opt/crater/workdir)` has the same output filename as the lib target `rust_usdt` in package `rust-usdt v0.0.1 (/opt/crater/workdir)`. [INFO] [stderr] Colliding filename is: /opt/crater/target/debug/deps/librust_usdt.rlib [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The lib target `rust_usdt` in package `rust-usdt v0.0.1 (/opt/crater/workdir)` has the same output filename as the lib target `rust_usdt` in package `rust-usdt v0.0.1 (/opt/crater/workdir)`. [INFO] [stderr] Colliding filename is: /opt/crater/target/debug/librust_usdt.rlib [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling rust-usdt v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | #![feature(quote, plugin_registrar, rustc_private)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #![feature(quote, plugin_registrar, rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::Block` has no field named `recovered` [INFO] [stderr] --> src/plugin.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | recovered: false, [INFO] [stderr] | ^^^^^^^^^ `syntax::ast::Block` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `stmts`, `id`, `rules`, `span` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0557, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `rust-usdt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "978b7cde2474ff51d007f0d2903bd7e1eca5bd154ecc10d06f30718e6243a796"` [INFO] running `"docker" "rm" "-f" "978b7cde2474ff51d007f0d2903bd7e1eca5bd154ecc10d06f30718e6243a796"` [INFO] [stdout] 978b7cde2474ff51d007f0d2903bd7e1eca5bd154ecc10d06f30718e6243a796