[INFO] updating cached repository pombase/pombase-interpro [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pombase/pombase-interpro [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pombase/pombase-interpro" "work/ex/beta-1.37-6/sources/1.36.0/gh/pombase/pombase-interpro"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/pombase/pombase-interpro'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pombase/pombase-interpro" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pombase/pombase-interpro"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pombase/pombase-interpro'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 570777e5f152137f9df354e46c8416b3bce32c6f [INFO] sha for GitHub repo pombase/pombase-interpro: 570777e5f152137f9df354e46c8416b3bce32c6f [INFO] validating manifest of pombase/pombase-interpro 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 pombase/pombase-interpro 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 pombase/pombase-interpro [INFO] finished frobbing pombase/pombase-interpro [INFO] frobbed toml for pombase/pombase-interpro written to work/ex/beta-1.37-6/sources/1.36.0/gh/pombase/pombase-interpro/Cargo.toml [INFO] started frobbing pombase/pombase-interpro [INFO] finished frobbing pombase/pombase-interpro [INFO] frobbed toml for pombase/pombase-interpro written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pombase/pombase-interpro/Cargo.toml [INFO] crate pombase/pombase-interpro 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing pombase/pombase-interpro against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pombase/pombase-interpro:/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-07-23" "build" "--frozen"` [INFO] [stdout] c1bb4931281f9bfa3f0581e641ecc3f21241be2552df2a82e8d69a282a8d3dcd [INFO] running `"docker" "start" "-a" "c1bb4931281f9bfa3f0581e641ecc3f21241be2552df2a82e8d69a282a8d3dcd"` [INFO] [stderr] Compiling typenum v1.5.2 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling libc v0.2.28 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling constant_time_eq v0.1.2 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling xml-rs v0.4.1 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 [INFO] [stderr] | [INFO] [stderr] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 959 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling stringprep v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling generic-array v0.7.2 [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling crypto-mac v0.3.0 [INFO] [stderr] Compiling digest v0.5.2 [INFO] [stderr] Compiling digest-buffer v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling hmac v0.1.1 [INFO] [stderr] Compiling sha2 v0.5.3 [INFO] [stderr] Compiling postgres-protocol v0.3.0 [INFO] [stderr] Compiling postgres-shared v0.3.0 [INFO] [stderr] Compiling postgres v0.14.2 [INFO] [stderr] Compiling pombase-domain-process v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.91s [INFO] running `"docker" "inspect" "c1bb4931281f9bfa3f0581e641ecc3f21241be2552df2a82e8d69a282a8d3dcd"` [INFO] running `"docker" "rm" "-f" "c1bb4931281f9bfa3f0581e641ecc3f21241be2552df2a82e8d69a282a8d3dcd"` [INFO] [stdout] c1bb4931281f9bfa3f0581e641ecc3f21241be2552df2a82e8d69a282a8d3dcd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pombase/pombase-interpro:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ed796eba9b0ab57cf10b64d854a80a430253b98714d3d34c348443a6a782bca9 [INFO] running `"docker" "start" "-a" "ed796eba9b0ab57cf10b64d854a80a430253b98714d3d34c348443a6a782bca9"` [INFO] [stderr] Compiling pombase-domain-process v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `"docker" "inspect" "ed796eba9b0ab57cf10b64d854a80a430253b98714d3d34c348443a6a782bca9"` [INFO] running `"docker" "rm" "-f" "ed796eba9b0ab57cf10b64d854a80a430253b98714d3d34c348443a6a782bca9"` [INFO] [stdout] ed796eba9b0ab57cf10b64d854a80a430253b98714d3d34c348443a6a782bca9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pombase/pombase-interpro:/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-07-23" "test" "--frozen"` [INFO] [stdout] 640a24f6f5fdc3564a12f3d00eb54c455f2ea7988359565b099db9d61467cedc [INFO] running `"docker" "start" "-a" "640a24f6f5fdc3564a12f3d00eb54c455f2ea7988359565b099db9d61467cedc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/pombase_domain_process-d9cccde9d729ba0a [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" "640a24f6f5fdc3564a12f3d00eb54c455f2ea7988359565b099db9d61467cedc"` [INFO] running `"docker" "rm" "-f" "640a24f6f5fdc3564a12f3d00eb54c455f2ea7988359565b099db9d61467cedc"` [INFO] [stdout] 640a24f6f5fdc3564a12f3d00eb54c455f2ea7988359565b099db9d61467cedc