[INFO] crate opcua-server 0.5.0 is already in cache [INFO] extracting crate opcua-server 0.5.0 into work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/opcua-server/0.5.0 [INFO] extracting crate opcua-server 0.5.0 into work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/reg/opcua-server/0.5.0 [INFO] validating manifest of opcua-server-0.5.0 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of opcua-server-0.5.0 on toolchain try#74092351c05ae61047b2be02024415546595e974 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing opcua-server-0.5.0 [INFO] finished frobbing opcua-server-0.5.0 [INFO] frobbed toml for opcua-server-0.5.0 written to work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/opcua-server/0.5.0/Cargo.toml [INFO] started frobbing opcua-server-0.5.0 [INFO] finished frobbing opcua-server-0.5.0 [INFO] frobbed toml for opcua-server-0.5.0 written to work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/reg/opcua-server/0.5.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking opcua-server-0.5.0 against try#74092351c05ae61047b2be02024415546595e974 for pr-60174 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60174/worker-6/try#74092351c05ae61047b2be02024415546595e974:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/reg/opcua-server/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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=forbid" "-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" "+74092351c05ae61047b2be02024415546595e974-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e3d3494c2c9a3b3a6d3ef7b3582433d4c5dad2f8585f2b452629cbf52aa35a7d [INFO] running `"docker" "start" "-a" "e3d3494c2c9a3b3a6d3ef7b3582433d4c5dad2f8585f2b452629cbf52aa35a7d"` [INFO] [stderr] Checking opcua-types v0.5.0 [INFO] [stderr] Checking opcua-core v0.5.0 [INFO] [stderr] Checking opcua-client v0.5.0 [INFO] [stderr] Checking opcua-server v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `WriteMask` is imported redundantly [INFO] [stderr] --> src/services/attribute.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 3 | use opcua_types::*; [INFO] [stderr] | -------------- the item `WriteMask` is already imported here [INFO] [stderr] ... [INFO] [stderr] 181 | use opcua_types::WriteMask; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/server.rs:396:33 [INFO] [stderr] | [INFO] [stderr] 396 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/subscriptions/subscription.rs:381:17 [INFO] [stderr] | [INFO] [stderr] 381 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `WriteMask` is imported redundantly [INFO] [stderr] --> src/services/attribute.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 3 | use opcua_types::*; [INFO] [stderr] | -------------- the item `WriteMask` is already imported here [INFO] [stderr] ... [INFO] [stderr] 181 | use opcua_types::WriteMask; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/server.rs:396:33 [INFO] [stderr] | [INFO] [stderr] 396 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/subscriptions/subscription.rs:381:17 [INFO] [stderr] | [INFO] [stderr] 381 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `opcua-server`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name opcua_server src/lib.rs --color never --emit=dep-info,metadata -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=babd34b65d9d1c97 -C extra-filename=-babd34b65d9d1c97 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-e4fc3137dd49d0a9.rmeta --extern chrono=/opt/crater/target/debug/deps/libchrono-a9a48f3c229a4181.rmeta --extern futures=/opt/crater/target/debug/deps/libfutures-65d747ca2114e01c.rmeta --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-43e1e81c6e373de4.rmeta --extern log=/opt/crater/target/debug/deps/liblog-ba75ee0085ef597e.rmeta --extern opcua_client=/opt/crater/target/debug/deps/libopcua_client-347f8e33ca0d4687.rmeta --extern opcua_core=/opt/crater/target/debug/deps/libopcua_core-12597753ec73e011.rmeta --extern opcua_types=/opt/crater/target/debug/deps/libopcua_types-408a0cd338d38505.rmeta --extern ring=/opt/crater/target/debug/deps/libring-0e1781a5145aece0.rmeta --extern serde=/opt/crater/target/debug/deps/libserde-115910bbbc07b6a5.rmeta --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-5479ccededa2e2df.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-8fb36ebc1babd5fb.rmeta --extern time=/opt/crater/target/debug/deps/libtime-4e7fc1bd21323c0a.rmeta --extern tokio=/opt/crater/target/debug/deps/libtokio-14eb339358f1c18b.rmeta --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-430b082e0f4dd066.rmeta --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ece6d2007c59981d.rmeta --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-73ed5e2d6f1b3398.rmeta --cap-lints=forbid -L native=/opt/crater/target/debug/build/ring-6a7f82db373dd03b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `opcua-server`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name opcua_server src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' -C metadata=9623631ad4724422 -C extra-filename=-9623631ad4724422 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-e4fc3137dd49d0a9.rmeta --extern chrono=/opt/crater/target/debug/deps/libchrono-a9a48f3c229a4181.rmeta --extern futures=/opt/crater/target/debug/deps/libfutures-65d747ca2114e01c.rmeta --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-43e1e81c6e373de4.rmeta --extern log=/opt/crater/target/debug/deps/liblog-ba75ee0085ef597e.rmeta --extern opcua_client=/opt/crater/target/debug/deps/libopcua_client-347f8e33ca0d4687.rmeta --extern opcua_core=/opt/crater/target/debug/deps/libopcua_core-12597753ec73e011.rmeta --extern opcua_types=/opt/crater/target/debug/deps/libopcua_types-408a0cd338d38505.rmeta --extern ring=/opt/crater/target/debug/deps/libring-0e1781a5145aece0.rmeta --extern serde=/opt/crater/target/debug/deps/libserde-115910bbbc07b6a5.rmeta --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-5479ccededa2e2df.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-8fb36ebc1babd5fb.rmeta --extern time=/opt/crater/target/debug/deps/libtime-4e7fc1bd21323c0a.rmeta --extern tokio=/opt/crater/target/debug/deps/libtokio-14eb339358f1c18b.rmeta --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-430b082e0f4dd066.rmeta --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ece6d2007c59981d.rmeta --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-73ed5e2d6f1b3398.rmeta --cap-lints=forbid -L native=/opt/crater/target/debug/build/ring-6a7f82db373dd03b/out` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "e3d3494c2c9a3b3a6d3ef7b3582433d4c5dad2f8585f2b452629cbf52aa35a7d"` [INFO] running `"docker" "rm" "-f" "e3d3494c2c9a3b3a6d3ef7b3582433d4c5dad2f8585f2b452629cbf52aa35a7d"` [INFO] [stdout] e3d3494c2c9a3b3a6d3ef7b3582433d4c5dad2f8585f2b452629cbf52aa35a7d