[INFO] fetching crate qp-trie 0.7.3... [INFO] extracting crate qp-trie 0.7.3 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qp-trie/0.7.3 [INFO] extracting crate qp-trie 0.7.3 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/qp-trie/0.7.3 [INFO] validating manifest of qp-trie-0.7.3 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of qp-trie-0.7.3 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing qp-trie-0.7.3 [INFO] finished frobbing qp-trie-0.7.3 [INFO] frobbed toml for qp-trie-0.7.3 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qp-trie/0.7.3/Cargo.toml [INFO] started frobbing qp-trie-0.7.3 [INFO] finished frobbing qp-trie-0.7.3 [INFO] frobbed toml for qp-trie-0.7.3 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/qp-trie/0.7.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded qptrie v0.2.4 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing qp-trie-0.7.3 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qp-trie/0.7.3:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 9290c7bfb391ec1675a20beae928bb6307c0d864613af3478b0368274f34eeb4 [INFO] running `"docker" "start" "-a" "9290c7bfb391ec1675a20beae928bb6307c0d864613af3478b0368274f34eeb4"` [INFO] [stderr] Compiling new_debug_unreachable v1.0.3 [INFO] [stderr] Compiling qp-trie v0.7.3 (/opt/crater/workdir) [INFO] [stderr] warning[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stderr] --> src/node.rs:502:41 [INFO] [stderr] | [INFO] [stderr] 479 | &mut self, [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 485 | / match *self { [INFO] [stderr] 486 | | Node::Branch(ref mut branch) if branch.choice <= graft => { [INFO] [stderr] | | -------------- first mutable borrow occurs here [INFO] [stderr] 487 | | let index = branch.index(key.borrow()); [INFO] [stderr] 488 | | [INFO] [stderr] ... | [INFO] [stderr] 502 | | let node = mem::replace(self, Node::Branch(Branch::new(graft))); [INFO] [stderr] | | ^^^^ second mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 517 | | } [INFO] [stderr] 518 | | } [INFO] [stderr] | |_________- returning this value requires that `self.0` is borrowed for `'1` [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] warning[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stderr] --> src/node.rs:505:45 [INFO] [stderr] | [INFO] [stderr] 479 | &mut self, [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 485 | / match *self { [INFO] [stderr] 486 | | Node::Branch(ref mut branch) if branch.choice <= graft => { [INFO] [stderr] | | -------------- first mutable borrow occurs here [INFO] [stderr] 487 | | let index = branch.index(key.borrow()); [INFO] [stderr] 488 | | [INFO] [stderr] ... | [INFO] [stderr] 505 | | let graft_branch = unsafe { self.unwrap_branch_mut() }; [INFO] [stderr] | | ^^^^ second mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 517 | | } [INFO] [stderr] 518 | | } [INFO] [stderr] | |_________- returning this value requires that `self.0` is borrowed for `'1` [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] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "9290c7bfb391ec1675a20beae928bb6307c0d864613af3478b0368274f34eeb4"` [INFO] running `"docker" "rm" "-f" "9290c7bfb391ec1675a20beae928bb6307c0d864613af3478b0368274f34eeb4"` [INFO] [stdout] 9290c7bfb391ec1675a20beae928bb6307c0d864613af3478b0368274f34eeb4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qp-trie/0.7.3:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 1507789b40d82382f95ad93f229b31ed3d714da313d6f1631ae7463f949fe224 [INFO] running `"docker" "start" "-a" "1507789b40d82382f95ad93f229b31ed3d714da313d6f1631ae7463f949fe224"` [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling qptrie v0.2.4 [INFO] [stderr] Compiling quickcheck v0.7.2 [INFO] [stderr] Compiling qp-trie v0.7.3 (/opt/crater/workdir) [INFO] [stderr] warning[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stderr] --> src/node.rs:502:41 [INFO] [stderr] | [INFO] [stderr] 479 | &mut self, [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 485 | / match *self { [INFO] [stderr] 486 | | Node::Branch(ref mut branch) if branch.choice <= graft => { [INFO] [stderr] | | -------------- first mutable borrow occurs here [INFO] [stderr] 487 | | let index = branch.index(key.borrow()); [INFO] [stderr] 488 | | [INFO] [stderr] ... | [INFO] [stderr] 502 | | let node = mem::replace(self, Node::Branch(Branch::new(graft))); [INFO] [stderr] | | ^^^^ second mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 517 | | } [INFO] [stderr] 518 | | } [INFO] [stderr] | |_________- returning this value requires that `self.0` is borrowed for `'1` [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] warning[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stderr] --> src/node.rs:505:45 [INFO] [stderr] | [INFO] [stderr] 479 | &mut self, [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 485 | / match *self { [INFO] [stderr] 486 | | Node::Branch(ref mut branch) if branch.choice <= graft => { [INFO] [stderr] | | -------------- first mutable borrow occurs here [INFO] [stderr] 487 | | let index = branch.index(key.borrow()); [INFO] [stderr] 488 | | [INFO] [stderr] ... | [INFO] [stderr] 505 | | let graft_branch = unsafe { self.unwrap_branch_mut() }; [INFO] [stderr] | | ^^^^ second mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 517 | | } [INFO] [stderr] 518 | | } [INFO] [stderr] | |_________- returning this value requires that `self.0` is borrowed for `'1` [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] Finished dev [unoptimized + debuginfo] target(s) in 8.42s [INFO] running `"docker" "inspect" "1507789b40d82382f95ad93f229b31ed3d714da313d6f1631ae7463f949fe224"` [INFO] running `"docker" "rm" "-f" "1507789b40d82382f95ad93f229b31ed3d714da313d6f1631ae7463f949fe224"` [INFO] [stdout] 1507789b40d82382f95ad93f229b31ed3d714da313d6f1631ae7463f949fe224 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qp-trie/0.7.3:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 2d2c4c6bd7813236d1cd3dacf8f2b388cf8d4bd8ee13e516de25b13fc36aa5ee [INFO] running `"docker" "start" "-a" "2d2c4c6bd7813236d1cd3dacf8f2b388cf8d4bd8ee13e516de25b13fc36aa5ee"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/qp_trie-c32a14101385eab1 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test util::test::nybble ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/lib-cd54d88e6c8ea186 [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test entry_insert_and_remove_2 ... ok [INFO] [stdout] test entry_insert_and_remove_1 ... ok [INFO] [stdout] test insert_and_get_1 ... ok [INFO] [stdout] test insert_and_get_5 ... ok [INFO] [stdout] test insert_and_remove_1 ... ok [INFO] [stdout] test insert_and_get_3 ... ok [INFO] [stdout] test insert_and_get_4 ... ok [INFO] [stdout] test insert_and_get_2 ... ok [INFO] [stdout] test longest_common_prefix_simple ... ok [INFO] [stdout] test longest_common_prefix_complex ... ok [INFO] [stdout] test prefix_sets_1 ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test entry_insert_and_remove ... ok [INFO] [stdout] test prefix_sets_ref ... ok [INFO] [stdout] test prefix_sets ... ok [INFO] [stdout] test longest_common_prefix ... ok [INFO] [stdout] test prefix_sets_mut ... ok [INFO] [stdout] test iter_values ... ok [INFO] [stdout] test iter_keys ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests qp-trie [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/trie.rs - trie::Trie (line 25) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2d2c4c6bd7813236d1cd3dacf8f2b388cf8d4bd8ee13e516de25b13fc36aa5ee"` [INFO] running `"docker" "rm" "-f" "2d2c4c6bd7813236d1cd3dacf8f2b388cf8d4bd8ee13e516de25b13fc36aa5ee"` [INFO] [stdout] 2d2c4c6bd7813236d1cd3dacf8f2b388cf8d4bd8ee13e516de25b13fc36aa5ee