[INFO] updating cached repository BenTheElder/slack-rs-demo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/BenTheElder/slack-rs-demo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/BenTheElder/slack-rs-demo" "work/ex/beta-1.38-1/sources/1.37.0/gh/BenTheElder/slack-rs-demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/BenTheElder/slack-rs-demo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BenTheElder/slack-rs-demo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BenTheElder/slack-rs-demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BenTheElder/slack-rs-demo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2f04a8cc51813eb415f5ef76b3604dee43153dcc [INFO] sha for GitHub repo BenTheElder/slack-rs-demo: 2f04a8cc51813eb415f5ef76b3604dee43153dcc [INFO] validating manifest of BenTheElder/slack-rs-demo 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 BenTheElder/slack-rs-demo 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 BenTheElder/slack-rs-demo [INFO] finished frobbing BenTheElder/slack-rs-demo [INFO] frobbed toml for BenTheElder/slack-rs-demo written to work/ex/beta-1.38-1/sources/1.37.0/gh/BenTheElder/slack-rs-demo/Cargo.toml [INFO] started frobbing BenTheElder/slack-rs-demo [INFO] finished frobbing BenTheElder/slack-rs-demo [INFO] frobbed toml for BenTheElder/slack-rs-demo written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BenTheElder/slack-rs-demo/Cargo.toml [INFO] crate BenTheElder/slack-rs-demo 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/BenTheElder/slack-rs-demo/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 BenTheElder/slack-rs-demo 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-4/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/BenTheElder/slack-rs-demo:/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] 65f2d5314a961f5df82ff958c6dfbd53d0251595c58ad5504381e3ca80b6066e [INFO] running `"docker" "start" "-a" "65f2d5314a961f5df82ff958c6dfbd53d0251595c58ad5504381e3ca80b6066e"` [INFO] [stderr] Compiling indexmap v1.1.0 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling websocket v0.10.5 [INFO] [stderr] error: expected identifier, found `"rustc-serialize"` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/websocket-0.10.5/src/lib.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | extern crate "rustc-serialize" as serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected identifier [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `websocket`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "65f2d5314a961f5df82ff958c6dfbd53d0251595c58ad5504381e3ca80b6066e"` [INFO] running `"docker" "rm" "-f" "65f2d5314a961f5df82ff958c6dfbd53d0251595c58ad5504381e3ca80b6066e"` [INFO] [stdout] 65f2d5314a961f5df82ff958c6dfbd53d0251595c58ad5504381e3ca80b6066e