[INFO] updating cached repository https://github.com/foxboxpdx/tiny2terra [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8631b2afe6970a17cef9f562adc030646d8ee1ce [INFO] testing foxboxpdx/tiny2terra against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoxboxpdx%2Ftiny2terra" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/foxboxpdx/tiny2terra on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/foxboxpdx/tiny2terra [INFO] finished tweaking git repo https://github.com/foxboxpdx/tiny2terra [INFO] tweaked toml for git repo https://github.com/foxboxpdx/tiny2terra written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/foxboxpdx/tiny2terra already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 2ad113133f8d4e34f969d0f3415cedd1c9e465ea907f400a63863aedc23db1ef [INFO] running `"docker" "start" "-a" "2ad113133f8d4e34f969d0f3415cedd1c9e465ea907f400a63863aedc23db1ef"` [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling tiny2terra v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.86s [INFO] running `"docker" "inspect" "2ad113133f8d4e34f969d0f3415cedd1c9e465ea907f400a63863aedc23db1ef"` [INFO] running `"docker" "rm" "-f" "2ad113133f8d4e34f969d0f3415cedd1c9e465ea907f400a63863aedc23db1ef"` [INFO] [stdout] 2ad113133f8d4e34f969d0f3415cedd1c9e465ea907f400a63863aedc23db1ef [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 35cf9efad12aaf3cf3c4d4de57ca60eeeb688e70001e0c8d615be418f8def8f4 [INFO] running `"docker" "start" "-a" "35cf9efad12aaf3cf3c4d4de57ca60eeeb688e70001e0c8d615be418f8def8f4"` [INFO] [stderr] Compiling tiny2terra v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `route53_parser` [INFO] [stderr] --> src/lib.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | use route53_parser; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `route53_parser` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | let y = Route53Record::new("zone", "name", "rtype", "a", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:41:36 [INFO] [stderr] | [INFO] [stderr] 41 | let mut y = Route53Record::new("zone", "name", "rtype", "a", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:57:36 [INFO] [stderr] | [INFO] [stderr] 57 | let mut y = Route53Record::new("zone", "name", "rtype", "a", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | let z = Route53Record::new("zone", "name", "rtype", "b", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:66:32 [INFO] [stderr] | [INFO] [stderr] 66 | let x = Route53Record::new("zone", "name", "rtype", "a", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:67:32 [INFO] [stderr] | [INFO] [stderr] 67 | let y = Route53Record::new("zone", "name", "rtype", "a", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:68:32 [INFO] [stderr] | [INFO] [stderr] 68 | let z = Route53Record::new("zone", "name", "rtype", "b", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:69:32 [INFO] [stderr] | [INFO] [stderr] 69 | let a = Route53Record::new("zone", "eman", "rtype", "a", 123); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | let x = Route53Record::new(&zone, "test.foo.com", "A", "1.2.3.4", 450); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:139:32 [INFO] [stderr] | [INFO] [stderr] 139 | let a = Route53Record::new(&zone, "foo.example.com", "A", "1.2.3.4", 600); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:140:32 [INFO] [stderr] | [INFO] [stderr] 140 | let b = Route53Record::new(&zone, "4.3.2.1.in-addr.arpa", "PTR", "foo.example.com", 600); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:141:32 [INFO] [stderr] | [INFO] [stderr] 141 | let c = Route53Record::new(&zone, "bar.example.com", "CNAME", "foo.example.com", 600); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `types::Route53Record` in the current scope [INFO] [stderr] --> src/lib.rs:142:32 [INFO] [stderr] | [INFO] [stderr] 142 | let d = Route53Record::new(&zone, "txt.example.com", "TXT", "Some text string", 600); [INFO] [stderr] | ^^^ function or associated item not found in `types::Route53Record` [INFO] [stderr] | [INFO] [stderr] ::: src/types.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Route53Record { [INFO] [stderr] | ------------------------ function or associated item `new` not found for this [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tiny2terra`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "35cf9efad12aaf3cf3c4d4de57ca60eeeb688e70001e0c8d615be418f8def8f4"` [INFO] running `"docker" "rm" "-f" "35cf9efad12aaf3cf3c4d4de57ca60eeeb688e70001e0c8d615be418f8def8f4"` [INFO] [stdout] 35cf9efad12aaf3cf3c4d4de57ca60eeeb688e70001e0c8d615be418f8def8f4