[INFO] crate apply-license 0.2.0 is already in cache [INFO] extracting crate apply-license 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/apply-license/0.2.0 [INFO] extracting crate apply-license 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/apply-license/0.2.0 [INFO] validating manifest of apply-license-0.2.0 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 apply-license-0.2.0 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 apply-license-0.2.0 [INFO] finished frobbing apply-license-0.2.0 [INFO] frobbed toml for apply-license-0.2.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/apply-license/0.2.0/Cargo.toml [INFO] started frobbing apply-license-0.2.0 [INFO] finished frobbing apply-license-0.2.0 [INFO] frobbed toml for apply-license-0.2.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/apply-license/0.2.0/Cargo.toml [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 apply-license-0.2.0 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-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/apply-license/0.2.0:/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] 9f5031381d4db95e4383c3e6ac0736ce5853c5446539d83f2c0b0311bf97bef6 [INFO] running `"docker" "start" "-a" "9f5031381d4db95e4383c3e6ac0736ce5853c5446539d83f2c0b0311bf97bef6"` [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling handlebars v0.32.4 [INFO] [stderr] Compiling toml_edit v0.1.5 [INFO] [stderr] Compiling apply-license v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:113:20 [INFO] [stderr] | [INFO] [stderr] 113 | let split: Box> = if license_expr.contains("/") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/apply-license.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/cargo-apply-license.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/bin/apply-license.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | for cause in e.causes().skip(1) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/bin/cargo-apply-license.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | for cause in e.causes().skip(1) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.12s [INFO] running `"docker" "inspect" "9f5031381d4db95e4383c3e6ac0736ce5853c5446539d83f2c0b0311bf97bef6"` [INFO] running `"docker" "rm" "-f" "9f5031381d4db95e4383c3e6ac0736ce5853c5446539d83f2c0b0311bf97bef6"` [INFO] [stdout] 9f5031381d4db95e4383c3e6ac0736ce5853c5446539d83f2c0b0311bf97bef6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/apply-license/0.2.0:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 48ee2912cd4453d0231f494ada4489c779fb687afd2a19fd577803aed8aa61f1 [INFO] running `"docker" "start" "-a" "48ee2912cd4453d0231f494ada4489c779fb687afd2a19fd577803aed8aa61f1"` [INFO] [stderr] Compiling apply-license v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:113:20 [INFO] [stderr] | [INFO] [stderr] 113 | let split: Box> = if license_expr.contains("/") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/apply-license.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/bin/apply-license.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | for cause in e.causes().skip(1) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/cargo-apply-license.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/bin/cargo-apply-license.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | for cause in e.causes().skip(1) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `"docker" "inspect" "48ee2912cd4453d0231f494ada4489c779fb687afd2a19fd577803aed8aa61f1"` [INFO] running `"docker" "rm" "-f" "48ee2912cd4453d0231f494ada4489c779fb687afd2a19fd577803aed8aa61f1"` [INFO] [stdout] 48ee2912cd4453d0231f494ada4489c779fb687afd2a19fd577803aed8aa61f1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/apply-license/0.2.0:/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" "test" "--frozen"` [INFO] [stdout] def4681e5dba45c6580265bbbb1960ea8462dab44efffc57f5ab4d20b13f3d63 [INFO] running `"docker" "start" "-a" "def4681e5dba45c6580265bbbb1960ea8462dab44efffc57f5ab4d20b13f3d63"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/apply_license-34249b8a4ad7ad88 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::parse_licenses ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/apply_license-e25d69fae2a97d71 [INFO] [stdout] test tests::valid_spdx_ids ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_apply_license-c14893533d22b409 [INFO] [stdout] test tests::simple ... ok [INFO] [stdout] test tests::cargo_manifest_licenses ... ok [INFO] [stdout] test tests::compound ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [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 apply-license [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" "def4681e5dba45c6580265bbbb1960ea8462dab44efffc57f5ab4d20b13f3d63"` [INFO] running `"docker" "rm" "-f" "def4681e5dba45c6580265bbbb1960ea8462dab44efffc57f5ab4d20b13f3d63"` [INFO] [stdout] def4681e5dba45c6580265bbbb1960ea8462dab44efffc57f5ab4d20b13f3d63