[INFO] cloning repository TomPridham/cargo-funnel [INFO] running `"git" "clone" "--bare" "git://github.com/TomPridham/cargo-funnel.git" "work/cache/sources/gh/TomPridham/cargo-funnel"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/TomPridham/cargo-funnel'... [INFO] running `"git" "clone" "work/cache/sources/gh/TomPridham/cargo-funnel" "work/ex/beta-1.37-6/sources/1.36.0/gh/TomPridham/cargo-funnel"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/TomPridham/cargo-funnel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TomPridham/cargo-funnel" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/TomPridham/cargo-funnel"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/TomPridham/cargo-funnel'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c9268f0ebd8551b8fc6ab2061f2597301462ef51 [INFO] sha for GitHub repo TomPridham/cargo-funnel: c9268f0ebd8551b8fc6ab2061f2597301462ef51 [INFO] validating manifest of TomPridham/cargo-funnel 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 TomPridham/cargo-funnel 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 TomPridham/cargo-funnel [INFO] finished frobbing TomPridham/cargo-funnel [INFO] frobbed toml for TomPridham/cargo-funnel written to work/ex/beta-1.37-6/sources/1.36.0/gh/TomPridham/cargo-funnel/Cargo.toml [INFO] started frobbing TomPridham/cargo-funnel [INFO] finished frobbing TomPridham/cargo-funnel [INFO] frobbed toml for TomPridham/cargo-funnel written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/TomPridham/cargo-funnel/Cargo.toml [INFO] crate TomPridham/cargo-funnel 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 TomPridham/cargo-funnel 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-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/TomPridham/cargo-funnel:/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] ca1049419bbf339b60245a07784c7b7f81abb236c9d4c1aa385cefbad535ee29 [INFO] running `"docker" "start" "-a" "ca1049419bbf339b60245a07784c7b7f81abb236c9d4c1aa385cefbad535ee29"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling backtrace-sys v0.1.29 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cargo_metadata v0.8.0 [INFO] [stderr] Compiling toml_edit v0.1.3 [INFO] [stderr] warning[E0502]: cannot borrow `v` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.3/src/index.rs:55:65 [INFO] [stderr] | [INFO] [stderr] 44 | fn index_or_insert<'v>(&self, v: &'v mut Item) -> &'v mut Item { [INFO] [stderr] | -- lifetime `'v` defined here [INFO] [stderr] 45 | / match *v { [INFO] [stderr] 46 | | Item::ArrayOfTables(ref mut vec) => { [INFO] [stderr] 47 | | vec.values.get_mut(*self).expect("index out of bounds") [INFO] [stderr] 48 | | } [INFO] [stderr] 49 | | Item::Value(ref mut a) if a.is_array() => a [INFO] [stderr] | | --------- mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 55 | | _ => panic!("cannot access index {} in {:?}", self, v), [INFO] [stderr] | | ^ immutable borrow occurs here [INFO] [stderr] 56 | | } [INFO] [stderr] | |_________- returning this value requires that `v.0` is borrowed for `'v` [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] [INFO] [stderr] warning[E0502]: cannot borrow `v` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.1.3/src/index.rs:88:63 [INFO] [stderr] | [INFO] [stderr] 70 | fn index_or_insert<'v>(&self, v: &'v mut Item) -> &'v mut Item { [INFO] [stderr] | -- lifetime `'v` defined here [INFO] [stderr] ... [INFO] [stderr] 77 | / match *v { [INFO] [stderr] 78 | | Item::Table(ref mut t) => t.entry(self).or_insert(Item::None), [INFO] [stderr] 79 | | Item::Value(ref mut v) if v.is_inline_table() => { [INFO] [stderr] | | --------- mutable borrow occurs here [INFO] [stderr] 80 | | &mut v [INFO] [stderr] ... | [INFO] [stderr] 88 | | _ => panic!("cannot access key {} in {:?}", self, v), [INFO] [stderr] | | ^ immutable borrow occurs here [INFO] [stderr] 89 | | } [INFO] [stderr] | |_________- returning this value requires that `v.0` is borrowed for `'v` [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] [INFO] [stderr] Compiling cargo-funnel v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `"docker" "inspect" "ca1049419bbf339b60245a07784c7b7f81abb236c9d4c1aa385cefbad535ee29"` [INFO] running `"docker" "rm" "-f" "ca1049419bbf339b60245a07784c7b7f81abb236c9d4c1aa385cefbad535ee29"` [INFO] [stdout] ca1049419bbf339b60245a07784c7b7f81abb236c9d4c1aa385cefbad535ee29 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/TomPridham/cargo-funnel:/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] 333db85049d36f23d533a07b75468b05f53fa41987a5bab4a9f7eaad8245ab96 [INFO] running `"docker" "start" "-a" "333db85049d36f23d533a07b75468b05f53fa41987a5bab4a9f7eaad8245ab96"` [INFO] [stderr] Compiling cargo-funnel v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "333db85049d36f23d533a07b75468b05f53fa41987a5bab4a9f7eaad8245ab96"` [INFO] running `"docker" "rm" "-f" "333db85049d36f23d533a07b75468b05f53fa41987a5bab4a9f7eaad8245ab96"` [INFO] [stdout] 333db85049d36f23d533a07b75468b05f53fa41987a5bab4a9f7eaad8245ab96 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/TomPridham/cargo-funnel:/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] 4bc9e97cf42d2e6b8594beb29ff81241464af25de28faaa0460bc1f8668c4a68 [INFO] running `"docker" "start" "-a" "4bc9e97cf42d2e6b8594beb29ff81241464af25de28faaa0460bc1f8668c4a68"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_funnel-76ec0127741674d0 [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" "4bc9e97cf42d2e6b8594beb29ff81241464af25de28faaa0460bc1f8668c4a68"` [INFO] running `"docker" "rm" "-f" "4bc9e97cf42d2e6b8594beb29ff81241464af25de28faaa0460bc1f8668c4a68"` [INFO] [stdout] 4bc9e97cf42d2e6b8594beb29ff81241464af25de28faaa0460bc1f8668c4a68