[INFO] updating cached repository popei69/lighthouse [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/popei69/lighthouse [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/popei69/lighthouse" "work/ex/beta-1.37-6/sources/1.36.0/gh/popei69/lighthouse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/popei69/lighthouse'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/popei69/lighthouse" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/popei69/lighthouse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/popei69/lighthouse'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8d01b0971717f461b08f5a7bd581851dc82a6cdc [INFO] sha for GitHub repo popei69/lighthouse: 8d01b0971717f461b08f5a7bd581851dc82a6cdc [INFO] validating manifest of popei69/lighthouse 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 popei69/lighthouse 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 popei69/lighthouse [INFO] finished frobbing popei69/lighthouse [INFO] frobbed toml for popei69/lighthouse written to work/ex/beta-1.37-6/sources/1.36.0/gh/popei69/lighthouse/Cargo.toml [INFO] started frobbing popei69/lighthouse [INFO] finished frobbing popei69/lighthouse [INFO] frobbed toml for popei69/lighthouse written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/popei69/lighthouse/Cargo.toml [INFO] crate popei69/lighthouse 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] testing popei69/lighthouse 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/popei69/lighthouse:/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] 049633ca2e29e72ccfb6dc4cbb906cd21b0599bf0771041855be85e859dcc1be [INFO] running `"docker" "start" "-a" "049633ca2e29e72ccfb6dc4cbb906cd21b0599bf0771041855be85e859dcc1be"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling tokio-trace-core v0.2.0 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling h2 v0.1.23 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling hyper v0.12.29 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling anchor-api v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Response`, `Result` [INFO] [stderr] --> src/main.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use reqwest::{Response, Result}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `appId` should have a snake case name [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | appId: String, [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `app_id` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.88s [INFO] running `"docker" "inspect" "049633ca2e29e72ccfb6dc4cbb906cd21b0599bf0771041855be85e859dcc1be"` [INFO] running `"docker" "rm" "-f" "049633ca2e29e72ccfb6dc4cbb906cd21b0599bf0771041855be85e859dcc1be"` [INFO] [stdout] 049633ca2e29e72ccfb6dc4cbb906cd21b0599bf0771041855be85e859dcc1be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/popei69/lighthouse:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 942c2756a54fe8c3a312ea66996cf5c9395b5a1c3ee74d02e2801d033e0a8fa8 [INFO] running `"docker" "start" "-a" "942c2756a54fe8c3a312ea66996cf5c9395b5a1c3ee74d02e2801d033e0a8fa8"` [INFO] [stderr] Compiling anchor-api v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Response`, `Result` [INFO] [stderr] --> src/main.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use reqwest::{Response, Result}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `appId` should have a snake case name [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | appId: String, [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `app_id` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "942c2756a54fe8c3a312ea66996cf5c9395b5a1c3ee74d02e2801d033e0a8fa8"` [INFO] running `"docker" "rm" "-f" "942c2756a54fe8c3a312ea66996cf5c9395b5a1c3ee74d02e2801d033e0a8fa8"` [INFO] [stdout] 942c2756a54fe8c3a312ea66996cf5c9395b5a1c3ee74d02e2801d033e0a8fa8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/popei69/lighthouse:/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" "test" "--frozen"` [INFO] [stdout] 81ccc9eeb86534616ed13d6df848d3177c4a3652182cc6fed47ab4f00d150916 [INFO] running `"docker" "start" "-a" "81ccc9eeb86534616ed13d6df848d3177c4a3652182cc6fed47ab4f00d150916"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/anchor_api-b3d0850d633dc3f3 [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" "81ccc9eeb86534616ed13d6df848d3177c4a3652182cc6fed47ab4f00d150916"` [INFO] running `"docker" "rm" "-f" "81ccc9eeb86534616ed13d6df848d3177c4a3652182cc6fed47ab4f00d150916"` [INFO] [stdout] 81ccc9eeb86534616ed13d6df848d3177c4a3652182cc6fed47ab4f00d150916