[INFO] updating cached repository derekdreery/w3c-idl-extractor [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/derekdreery/w3c-idl-extractor [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/derekdreery/w3c-idl-extractor" "work/ex/beta-1.38-1/sources/1.37.0/gh/derekdreery/w3c-idl-extractor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/derekdreery/w3c-idl-extractor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/derekdreery/w3c-idl-extractor" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/derekdreery/w3c-idl-extractor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/derekdreery/w3c-idl-extractor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 89772c095fbc9ed796d2bfdd6f4c3c7172050857 [INFO] sha for GitHub repo derekdreery/w3c-idl-extractor: 89772c095fbc9ed796d2bfdd6f4c3c7172050857 [INFO] validating manifest of derekdreery/w3c-idl-extractor 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 derekdreery/w3c-idl-extractor 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 derekdreery/w3c-idl-extractor [INFO] finished frobbing derekdreery/w3c-idl-extractor [INFO] frobbed toml for derekdreery/w3c-idl-extractor written to work/ex/beta-1.38-1/sources/1.37.0/gh/derekdreery/w3c-idl-extractor/Cargo.toml [INFO] started frobbing derekdreery/w3c-idl-extractor [INFO] finished frobbing derekdreery/w3c-idl-extractor [INFO] frobbed toml for derekdreery/w3c-idl-extractor written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/derekdreery/w3c-idl-extractor/Cargo.toml [INFO] crate derekdreery/w3c-idl-extractor 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing derekdreery/w3c-idl-extractor 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/derekdreery/w3c-idl-extractor:/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] 51f39a52ca69d56420560c1c106a25e0074f06f869b1575801c0c94e74930662 [INFO] running `"docker" "start" "-a" "51f39a52ca69d56420560c1c106a25e0074f06f869b1575801c0c94e74930662"` [INFO] [stderr] Compiling serde v1.0.23 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling html5ever v0.21.0 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling tendril v0.4.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.6.2 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling w3c-idl-extractor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/lib.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/lib.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.32s [INFO] running `"docker" "inspect" "51f39a52ca69d56420560c1c106a25e0074f06f869b1575801c0c94e74930662"` [INFO] running `"docker" "rm" "-f" "51f39a52ca69d56420560c1c106a25e0074f06f869b1575801c0c94e74930662"` [INFO] [stdout] 51f39a52ca69d56420560c1c106a25e0074f06f869b1575801c0c94e74930662 [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/derekdreery/w3c-idl-extractor:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 42a8570a8ea4b32b9f63aa682f244e5796ab8fe3ecd220d8298a2c2b4233272a [INFO] running `"docker" "start" "-a" "42a8570a8ea4b32b9f63aa682f244e5796ab8fe3ecd220d8298a2c2b4233272a"` [INFO] [stderr] Compiling w3c-idl-extractor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/lib.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/lib.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.75s [INFO] running `"docker" "inspect" "42a8570a8ea4b32b9f63aa682f244e5796ab8fe3ecd220d8298a2c2b4233272a"` [INFO] running `"docker" "rm" "-f" "42a8570a8ea4b32b9f63aa682f244e5796ab8fe3ecd220d8298a2c2b4233272a"` [INFO] [stdout] 42a8570a8ea4b32b9f63aa682f244e5796ab8fe3ecd220d8298a2c2b4233272a [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/derekdreery/w3c-idl-extractor:/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" "test" "--frozen"` [INFO] [stdout] c73b8f62a348e34eba51ba1994ceef162a7abe10cd7b7004b5307d5b422421ab [INFO] running `"docker" "start" "-a" "c73b8f62a348e34eba51ba1994ceef162a7abe10cd7b7004b5307d5b422421ab"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/w3c_idl_extractor-91996ce7bda69bd9 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests w3c-idl-extractor [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c73b8f62a348e34eba51ba1994ceef162a7abe10cd7b7004b5307d5b422421ab"` [INFO] running `"docker" "rm" "-f" "c73b8f62a348e34eba51ba1994ceef162a7abe10cd7b7004b5307d5b422421ab"` [INFO] [stdout] c73b8f62a348e34eba51ba1994ceef162a7abe10cd7b7004b5307d5b422421ab