[INFO] updating cached repository bchallenor/drawbridge [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bchallenor/drawbridge [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bchallenor/drawbridge" "work/ex/beta-1.38-1/sources/1.37.0/gh/bchallenor/drawbridge"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/bchallenor/drawbridge'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bchallenor/drawbridge" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bchallenor/drawbridge"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bchallenor/drawbridge'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7194aa274726d25f952b5a4dd05b08701e12173a [INFO] sha for GitHub repo bchallenor/drawbridge: 7194aa274726d25f952b5a4dd05b08701e12173a [INFO] validating manifest of bchallenor/drawbridge 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 bchallenor/drawbridge 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 bchallenor/drawbridge [INFO] finished frobbing bchallenor/drawbridge [INFO] frobbed toml for bchallenor/drawbridge written to work/ex/beta-1.38-1/sources/1.37.0/gh/bchallenor/drawbridge/Cargo.toml [INFO] started frobbing bchallenor/drawbridge [INFO] finished frobbing bchallenor/drawbridge [INFO] frobbed toml for bchallenor/drawbridge written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bchallenor/drawbridge/Cargo.toml [INFO] crate bchallenor/drawbridge already has a lockfile, it will not be regenerated [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 bchallenor/drawbridge against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bchallenor/drawbridge:/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.37.0" "build" "--frozen"` [INFO] [stdout] e1fa3fbac5c29cc8bf58639e042da6aa40d20ec94f9ba0725aff1e0a98ab8450 [INFO] running `"docker" "start" "-a" "e1fa3fbac5c29cc8bf58639e042da6aa40d20ec94f9ba0725aff1e0a98ab8450"` [INFO] [stderr] Compiling futures v0.1.20 [INFO] [stderr] Compiling serde v1.0.36 [INFO] [stderr] Compiling ipnet v1.0.0 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-executor v0.1.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.24 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling rusoto_credential v0.11.0 [INFO] [stderr] Compiling rusoto_core v0.32.0 [INFO] [stderr] Compiling rusoto_ec2 v0.32.0 [INFO] [stderr] Compiling rusoto_route53 v0.32.0 [INFO] [stderr] Compiling drawbridge v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/cli/parse.rs:254:46 [INFO] [stderr] | [INFO] [stderr] 254 | let ip_addr = Ipv4Addr::from_str(content.trim_right()) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/dns/aws/dns_zone.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | id: hz.id.trim_left_matches("/hostedzone/").to_owned(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 45s [INFO] running `"docker" "inspect" "e1fa3fbac5c29cc8bf58639e042da6aa40d20ec94f9ba0725aff1e0a98ab8450"` [INFO] running `"docker" "rm" "-f" "e1fa3fbac5c29cc8bf58639e042da6aa40d20ec94f9ba0725aff1e0a98ab8450"` [INFO] [stdout] e1fa3fbac5c29cc8bf58639e042da6aa40d20ec94f9ba0725aff1e0a98ab8450 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bchallenor/drawbridge:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0b8513e1b81f837bab1c4d107e7422643669d3cf44ed08eeacfb61c3c5d14d9c [INFO] running `"docker" "start" "-a" "0b8513e1b81f837bab1c4d107e7422643669d3cf44ed08eeacfb61c3c5d14d9c"` [INFO] [stderr] Compiling drawbridge v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/cli/parse.rs:254:46 [INFO] [stderr] | [INFO] [stderr] 254 | let ip_addr = Ipv4Addr::from_str(content.trim_right()) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/dns/aws/dns_zone.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | id: hz.id.trim_left_matches("/hostedzone/").to_owned(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.64s [INFO] running `"docker" "inspect" "0b8513e1b81f837bab1c4d107e7422643669d3cf44ed08eeacfb61c3c5d14d9c"` [INFO] running `"docker" "rm" "-f" "0b8513e1b81f837bab1c4d107e7422643669d3cf44ed08eeacfb61c3c5d14d9c"` [INFO] [stdout] 0b8513e1b81f837bab1c4d107e7422643669d3cf44ed08eeacfb61c3c5d14d9c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bchallenor/drawbridge:/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.37.0" "test" "--frozen"` [INFO] [stdout] 98ce01bd450f73719d9d3cffe434f9a0fd19736b8d666d99c0e04cf366675639 [INFO] running `"docker" "start" "-a" "98ce01bd450f73719d9d3cffe434f9a0fd19736b8d666d99c0e04cf366675639"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/drawbridge-6a8d29a4f4027a61 [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test cli::dispatch::tests::test_open_firewall_with_some_existing_rules ... ok [INFO] [stdout] test cli::dispatch::tests::test_start_instance_that_is_stopped ... ok [INFO] [stdout] test cli::dispatch::tests::test_start_instance_that_is_already_started ... ok [INFO] [stdout] test cli::dispatch::tests::test_open_firewall_with_no_existing_rules ... ok [INFO] [stdout] test cli::parse::tests::test_parse_open ... ok [INFO] [stdout] test cli::parse::tests::test_parse_stop ... ok [INFO] [stdout] test cli::dispatch::tests::test_start_instance_that_is_stopped_with_other_instance_type ... ok [INFO] [stdout] test cli::dispatch::tests::test_bind_simple_hostname_to_root_zone ... ok [INFO] [stdout] test cli::dispatch::tests::test_bind_complex_hostname_to_root_zone ... ok [INFO] [stdout] test dns::tests::test_find_authoritative_zone ... ok [INFO] [stdout] test cli::parse::tests::test_parse_close ... ok [INFO] [stdout] test cli::dispatch::tests::test_bind_complex_hostname_to_sub_zone ... ok [INFO] [stdout] test iprules::tests::test_port_range_display_and_parse ... ok [INFO] [stdout] test cli::dispatch::tests::test_start_instance_that_is_already_started_with_other_instance_type ... ok [INFO] [stdout] test cli::parse::tests::test_parse_start ... ok [INFO] [stdout] test iprules::tests::test_protocol_display_and_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "98ce01bd450f73719d9d3cffe434f9a0fd19736b8d666d99c0e04cf366675639"` [INFO] running `"docker" "rm" "-f" "98ce01bd450f73719d9d3cffe434f9a0fd19736b8d666d99c0e04cf366675639"` [INFO] [stdout] 98ce01bd450f73719d9d3cffe434f9a0fd19736b8d666d99c0e04cf366675639