[INFO] crate aws-sdk-rust 0.1.42 is already in cache [INFO] extracting crate aws-sdk-rust 0.1.42 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/aws-sdk-rust/0.1.42 [INFO] extracting crate aws-sdk-rust 0.1.42 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/aws-sdk-rust/0.1.42 [INFO] validating manifest of aws-sdk-rust-0.1.42 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aws-sdk-rust-0.1.42 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aws-sdk-rust-0.1.42 [INFO] finished frobbing aws-sdk-rust-0.1.42 [INFO] frobbed toml for aws-sdk-rust-0.1.42 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/aws-sdk-rust/0.1.42/Cargo.toml [INFO] started frobbing aws-sdk-rust-0.1.42 [INFO] finished frobbing aws-sdk-rust-0.1.42 [INFO] frobbed toml for aws-sdk-rust-0.1.42 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/aws-sdk-rust/0.1.42/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking aws-sdk-rust-0.1.42 against try#18481b65f318e0b4b20c0fc61340054701719d6c for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-4/try#18481b65f318e0b4b20c0fc61340054701719d6c:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/aws-sdk-rust/0.1.42:/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" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d0681f004291cd27f6fdbe01c1fec885775f4902328f7cec4864bde5fc43e88c [INFO] running `"docker" "start" "-a" "d0681f004291cd27f6fdbe01c1fec885775f4902328f7cec4864bde5fc43e88c"` [INFO] [stderr] Checking aws-sdk-rust v0.1.42 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `region` [INFO] [stderr] --> src/aws/common/signature.rs:688:9 [INFO] [stderr] | [INFO] [stderr] 688 | use region::Region; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `aws::common::region` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::super::ProfileProvider` [INFO] [stderr] --> src/aws/common/signature.rs:692:9 [INFO] [stderr] | [INFO] [stderr] 692 | use super::super::ProfileProvider; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ProfileProvider` in `aws::common` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::super::credential` [INFO] [stderr] --> src/aws/common/signature.rs:693:23 [INFO] [stderr] | [INFO] [stderr] 693 | use super::super::credential::ProvideAwsCredentials; [INFO] [stderr] | ^^^^^^^^^^ could not find `credential` in `super` [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/common.rs:179:42 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(crater_run)] on by default [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/common.rs:179:26 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:31:57 [INFO] [stderr] | [INFO] [stderr] 31 | #[derive(Debug, Clone, Copy, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | #[derive(Debug, Clone, Copy, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:48:37 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:40:42 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:54:53 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive(Debug, Default, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:54:37 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive(Debug, Default, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:44:42 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/creds.rs:28:53 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/creds.rs:28:37 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/aws.rs:32:49 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/aws.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/endpoint.rs:62:51 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/endpoint.rs:62:35 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:92:26 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:139:42 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:139:26 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:151:42 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:151:26 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:160:42 [INFO] [stderr] | [INFO] [stderr] 160 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:160:26 [INFO] [stderr] | [INFO] [stderr] 160 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:170:42 [INFO] [stderr] | [INFO] [stderr] 170 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:170:26 [INFO] [stderr] | [INFO] [stderr] 170 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:178:42 [INFO] [stderr] | [INFO] [stderr] 178 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:178:26 [INFO] [stderr] | [INFO] [stderr] 178 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:186:42 [INFO] [stderr] | [INFO] [stderr] 186 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:186:26 [INFO] [stderr] | [INFO] [stderr] 186 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:192:42 [INFO] [stderr] | [INFO] [stderr] 192 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:192:26 [INFO] [stderr] | [INFO] [stderr] 192 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:200:42 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:200:26 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:206:42 [INFO] [stderr] | [INFO] [stderr] 206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:206:26 [INFO] [stderr] | [INFO] [stderr] 206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:212:42 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:212:26 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:218:42 [INFO] [stderr] | [INFO] [stderr] 218 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:218:26 [INFO] [stderr] | [INFO] [stderr] 218 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:230:42 [INFO] [stderr] | [INFO] [stderr] 230 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:230:26 [INFO] [stderr] | [INFO] [stderr] 230 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:241:42 [INFO] [stderr] | [INFO] [stderr] 241 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:241:26 [INFO] [stderr] | [INFO] [stderr] 241 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:260:42 [INFO] [stderr] | [INFO] [stderr] 260 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:260:26 [INFO] [stderr] | [INFO] [stderr] 260 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:272:42 [INFO] [stderr] | [INFO] [stderr] 272 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:272:26 [INFO] [stderr] | [INFO] [stderr] 272 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:280:42 [INFO] [stderr] | [INFO] [stderr] 280 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:280:26 [INFO] [stderr] | [INFO] [stderr] 280 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:289:42 [INFO] [stderr] | [INFO] [stderr] 289 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:289:26 [INFO] [stderr] | [INFO] [stderr] 289 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:296:42 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:296:26 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:302:42 [INFO] [stderr] | [INFO] [stderr] 302 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:302:26 [INFO] [stderr] | [INFO] [stderr] 302 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:308:42 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:308:26 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:315:42 [INFO] [stderr] | [INFO] [stderr] 315 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:315:26 [INFO] [stderr] | [INFO] [stderr] 315 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:324:42 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:324:26 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:338:42 [INFO] [stderr] | [INFO] [stderr] 338 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:338:26 [INFO] [stderr] | [INFO] [stderr] 338 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:358:42 [INFO] [stderr] | [INFO] [stderr] 358 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:358:26 [INFO] [stderr] | [INFO] [stderr] 358 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:368:42 [INFO] [stderr] | [INFO] [stderr] 368 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:368:26 [INFO] [stderr] | [INFO] [stderr] 368 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:379:42 [INFO] [stderr] | [INFO] [stderr] 379 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:379:26 [INFO] [stderr] | [INFO] [stderr] 379 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:395:42 [INFO] [stderr] | [INFO] [stderr] 395 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:395:26 [INFO] [stderr] | [INFO] [stderr] 395 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:404:42 [INFO] [stderr] | [INFO] [stderr] 404 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:404:26 [INFO] [stderr] | [INFO] [stderr] 404 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:410:42 [INFO] [stderr] | [INFO] [stderr] 410 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:410:26 [INFO] [stderr] | [INFO] [stderr] 410 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:418:42 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:418:26 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:426:42 [INFO] [stderr] | [INFO] [stderr] 426 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:426:26 [INFO] [stderr] | [INFO] [stderr] 426 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:435:42 [INFO] [stderr] | [INFO] [stderr] 435 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:435:26 [INFO] [stderr] | [INFO] [stderr] 435 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:441:42 [INFO] [stderr] | [INFO] [stderr] 441 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:441:26 [INFO] [stderr] | [INFO] [stderr] 441 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:447:42 [INFO] [stderr] | [INFO] [stderr] 447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:447:26 [INFO] [stderr] | [INFO] [stderr] 447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:453:42 [INFO] [stderr] | [INFO] [stderr] 453 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:453:26 [INFO] [stderr] | [INFO] [stderr] 453 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:459:42 [INFO] [stderr] | [INFO] [stderr] 459 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:459:26 [INFO] [stderr] | [INFO] [stderr] 459 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:465:42 [INFO] [stderr] | [INFO] [stderr] 465 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:465:26 [INFO] [stderr] | [INFO] [stderr] 465 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:471:42 [INFO] [stderr] | [INFO] [stderr] 471 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:471:26 [INFO] [stderr] | [INFO] [stderr] 471 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:446:42 [INFO] [stderr] | [INFO] [stderr] 446 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:446:26 [INFO] [stderr] | [INFO] [stderr] 446 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:466:42 [INFO] [stderr] | [INFO] [stderr] 466 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:466:26 [INFO] [stderr] | [INFO] [stderr] 466 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:478:42 [INFO] [stderr] | [INFO] [stderr] 478 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:478:26 [INFO] [stderr] | [INFO] [stderr] 478 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:487:42 [INFO] [stderr] | [INFO] [stderr] 487 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:487:26 [INFO] [stderr] | [INFO] [stderr] 487 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:562:42 [INFO] [stderr] | [INFO] [stderr] 562 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:562:26 [INFO] [stderr] | [INFO] [stderr] 562 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:568:42 [INFO] [stderr] | [INFO] [stderr] 568 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:568:26 [INFO] [stderr] | [INFO] [stderr] 568 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:578:42 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:578:26 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:585:42 [INFO] [stderr] | [INFO] [stderr] 585 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:585:26 [INFO] [stderr] | [INFO] [stderr] 585 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:598:42 [INFO] [stderr] | [INFO] [stderr] 598 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:598:26 [INFO] [stderr] | [INFO] [stderr] 598 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:610:42 [INFO] [stderr] | [INFO] [stderr] 610 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:610:26 [INFO] [stderr] | [INFO] [stderr] 610 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:618:42 [INFO] [stderr] | [INFO] [stderr] 618 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:618:26 [INFO] [stderr] | [INFO] [stderr] 618 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:627:42 [INFO] [stderr] | [INFO] [stderr] 627 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:627:26 [INFO] [stderr] | [INFO] [stderr] 627 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:656:42 [INFO] [stderr] | [INFO] [stderr] 656 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:656:26 [INFO] [stderr] | [INFO] [stderr] 656 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:668:42 [INFO] [stderr] | [INFO] [stderr] 668 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:668:26 [INFO] [stderr] | [INFO] [stderr] 668 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:678:42 [INFO] [stderr] | [INFO] [stderr] 678 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:678:26 [INFO] [stderr] | [INFO] [stderr] 678 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:687:42 [INFO] [stderr] | [INFO] [stderr] 687 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:687:26 [INFO] [stderr] | [INFO] [stderr] 687 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:754:26 [INFO] [stderr] | [INFO] [stderr] 754 | #[derive(Debug, Default, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:763:42 [INFO] [stderr] | [INFO] [stderr] 763 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:763:26 [INFO] [stderr] | [INFO] [stderr] 763 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:777:26 [INFO] [stderr] | [INFO] [stderr] 777 | #[derive(Debug, Default, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:808:42 [INFO] [stderr] | [INFO] [stderr] 808 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:808:26 [INFO] [stderr] | [INFO] [stderr] 808 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:821:42 [INFO] [stderr] | [INFO] [stderr] 821 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:821:26 [INFO] [stderr] | [INFO] [stderr] 821 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:848:42 [INFO] [stderr] | [INFO] [stderr] 848 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:848:26 [INFO] [stderr] | [INFO] [stderr] 848 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:862:42 [INFO] [stderr] | [INFO] [stderr] 862 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:862:26 [INFO] [stderr] | [INFO] [stderr] 862 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:890:26 [INFO] [stderr] | [INFO] [stderr] 890 | #[derive(Debug, Default, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:958:49 [INFO] [stderr] | [INFO] [stderr] 958 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:958:33 [INFO] [stderr] | [INFO] [stderr] 958 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1008:42 [INFO] [stderr] | [INFO] [stderr] 1008 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1008:26 [INFO] [stderr] | [INFO] [stderr] 1008 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1018:42 [INFO] [stderr] | [INFO] [stderr] 1018 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1018:26 [INFO] [stderr] | [INFO] [stderr] 1018 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1026:42 [INFO] [stderr] | [INFO] [stderr] 1026 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1026:26 [INFO] [stderr] | [INFO] [stderr] 1026 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1050:42 [INFO] [stderr] | [INFO] [stderr] 1050 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1050:26 [INFO] [stderr] | [INFO] [stderr] 1050 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1057:42 [INFO] [stderr] | [INFO] [stderr] 1057 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1057:26 [INFO] [stderr] | [INFO] [stderr] 1057 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1068:42 [INFO] [stderr] | [INFO] [stderr] 1068 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1068:26 [INFO] [stderr] | [INFO] [stderr] 1068 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1079:42 [INFO] [stderr] | [INFO] [stderr] 1079 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1079:26 [INFO] [stderr] | [INFO] [stderr] 1079 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1089:42 [INFO] [stderr] | [INFO] [stderr] 1089 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1089:26 [INFO] [stderr] | [INFO] [stderr] 1089 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1098:42 [INFO] [stderr] | [INFO] [stderr] 1098 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1098:26 [INFO] [stderr] | [INFO] [stderr] 1098 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1105:42 [INFO] [stderr] | [INFO] [stderr] 1105 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1105:26 [INFO] [stderr] | [INFO] [stderr] 1105 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1138:42 [INFO] [stderr] | [INFO] [stderr] 1138 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1138:26 [INFO] [stderr] | [INFO] [stderr] 1138 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1164:42 [INFO] [stderr] | [INFO] [stderr] 1164 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1164:26 [INFO] [stderr] | [INFO] [stderr] 1164 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1185:42 [INFO] [stderr] | [INFO] [stderr] 1185 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1185:26 [INFO] [stderr] | [INFO] [stderr] 1185 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1196:42 [INFO] [stderr] | [INFO] [stderr] 1196 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1196:26 [INFO] [stderr] | [INFO] [stderr] 1196 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1206:42 [INFO] [stderr] | [INFO] [stderr] 1206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1206:26 [INFO] [stderr] | [INFO] [stderr] 1206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1225:42 [INFO] [stderr] | [INFO] [stderr] 1225 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1225:26 [INFO] [stderr] | [INFO] [stderr] 1225 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1251:42 [INFO] [stderr] | [INFO] [stderr] 1251 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1251:26 [INFO] [stderr] | [INFO] [stderr] 1251 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1287:42 [INFO] [stderr] | [INFO] [stderr] 1287 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1287:26 [INFO] [stderr] | [INFO] [stderr] 1287 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1308:42 [INFO] [stderr] | [INFO] [stderr] 1308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1308:26 [INFO] [stderr] | [INFO] [stderr] 1308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1366:42 [INFO] [stderr] | [INFO] [stderr] 1366 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1366:26 [INFO] [stderr] | [INFO] [stderr] 1366 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1380:42 [INFO] [stderr] | [INFO] [stderr] 1380 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1380:26 [INFO] [stderr] | [INFO] [stderr] 1380 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1447:42 [INFO] [stderr] | [INFO] [stderr] 1447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1447:26 [INFO] [stderr] | [INFO] [stderr] 1447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1470:42 [INFO] [stderr] | [INFO] [stderr] 1470 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1470:26 [INFO] [stderr] | [INFO] [stderr] 1470 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1557:42 [INFO] [stderr] | [INFO] [stderr] 1557 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1557:26 [INFO] [stderr] | [INFO] [stderr] 1557 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1567:42 [INFO] [stderr] | [INFO] [stderr] 1567 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1567:26 [INFO] [stderr] | [INFO] [stderr] 1567 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1582:42 [INFO] [stderr] | [INFO] [stderr] 1582 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1582:26 [INFO] [stderr] | [INFO] [stderr] 1582 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:899:42 [INFO] [stderr] | [INFO] [stderr] 899 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:899:26 [INFO] [stderr] | [INFO] [stderr] 899 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:1831:42 [INFO] [stderr] | [INFO] [stderr] 1831 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:1831:26 [INFO] [stderr] | [INFO] [stderr] 1831 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2595:42 [INFO] [stderr] | [INFO] [stderr] 2595 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2595:26 [INFO] [stderr] | [INFO] [stderr] 2595 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2660:42 [INFO] [stderr] | [INFO] [stderr] 2660 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2660:26 [INFO] [stderr] | [INFO] [stderr] 2660 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2725:42 [INFO] [stderr] | [INFO] [stderr] 2725 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2725:26 [INFO] [stderr] | [INFO] [stderr] 2725 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2902:42 [INFO] [stderr] | [INFO] [stderr] 2902 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2902:26 [INFO] [stderr] | [INFO] [stderr] 2902 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2987:42 [INFO] [stderr] | [INFO] [stderr] 2987 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2987:26 [INFO] [stderr] | [INFO] [stderr] 2987 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3236:42 [INFO] [stderr] | [INFO] [stderr] 3236 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3236:26 [INFO] [stderr] | [INFO] [stderr] 3236 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3291:42 [INFO] [stderr] | [INFO] [stderr] 3291 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3291:26 [INFO] [stderr] | [INFO] [stderr] 3291 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3432:42 [INFO] [stderr] | [INFO] [stderr] 3432 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3432:26 [INFO] [stderr] | [INFO] [stderr] 3432 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3479:42 [INFO] [stderr] | [INFO] [stderr] 3479 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3479:26 [INFO] [stderr] | [INFO] [stderr] 3479 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3519:42 [INFO] [stderr] | [INFO] [stderr] 3519 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3519:26 [INFO] [stderr] | [INFO] [stderr] 3519 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:104:42 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:104:26 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:111:42 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:111:26 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:128:42 [INFO] [stderr] | [INFO] [stderr] 128 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:128:26 [INFO] [stderr] | [INFO] [stderr] 128 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:134:42 [INFO] [stderr] | [INFO] [stderr] 134 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:134:26 [INFO] [stderr] | [INFO] [stderr] 134 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:155:42 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:155:26 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:165:42 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:165:26 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:188:42 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:188:26 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:197:42 [INFO] [stderr] | [INFO] [stderr] 197 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:197:26 [INFO] [stderr] | [INFO] [stderr] 197 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:92:26 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:100:42 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:108:26 [INFO] [stderr] | [INFO] [stderr] 108 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:20:35 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:55:40 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:66:49 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:66:33 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:73:49 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:80:49 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:80:33 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:87:40 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:104:49 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:104:33 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/aws/s3/s3client.rs:1171:16 [INFO] [stderr] | [INFO] [stderr] 1171 | 200...206 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/common.rs:179:42 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(crater_run)] on by default [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/common.rs:179:26 [INFO] [stderr] | [INFO] [stderr] 179 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:31:57 [INFO] [stderr] | [INFO] [stderr] 31 | #[derive(Debug, Clone, Copy, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | #[derive(Debug, Clone, Copy, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/region.rs:48:37 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:40:42 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:54:53 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive(Debug, Default, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/common/request.rs:54:37 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive(Debug, Default, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:44:42 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/s3.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/creds.rs:28:53 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/creds.rs:28:37 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Debug, PartialEq, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/errors/aws.rs:32:49 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/errors/aws.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/endpoint.rs:62:51 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/endpoint.rs:62:35 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:92:26 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:139:42 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:139:26 [INFO] [stderr] | [INFO] [stderr] 139 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:151:42 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:151:26 [INFO] [stderr] | [INFO] [stderr] 151 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:160:42 [INFO] [stderr] | [INFO] [stderr] 160 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:160:26 [INFO] [stderr] | [INFO] [stderr] 160 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:170:42 [INFO] [stderr] | [INFO] [stderr] 170 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:170:26 [INFO] [stderr] | [INFO] [stderr] 170 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:178:42 [INFO] [stderr] | [INFO] [stderr] 178 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:178:26 [INFO] [stderr] | [INFO] [stderr] 178 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:186:42 [INFO] [stderr] | [INFO] [stderr] 186 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:186:26 [INFO] [stderr] | [INFO] [stderr] 186 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:192:42 [INFO] [stderr] | [INFO] [stderr] 192 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:192:26 [INFO] [stderr] | [INFO] [stderr] 192 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:200:42 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:200:26 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:206:42 [INFO] [stderr] | [INFO] [stderr] 206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:206:26 [INFO] [stderr] | [INFO] [stderr] 206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:212:42 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:212:26 [INFO] [stderr] | [INFO] [stderr] 212 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:218:42 [INFO] [stderr] | [INFO] [stderr] 218 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:218:26 [INFO] [stderr] | [INFO] [stderr] 218 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:230:42 [INFO] [stderr] | [INFO] [stderr] 230 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:230:26 [INFO] [stderr] | [INFO] [stderr] 230 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:241:42 [INFO] [stderr] | [INFO] [stderr] 241 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:241:26 [INFO] [stderr] | [INFO] [stderr] 241 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:260:42 [INFO] [stderr] | [INFO] [stderr] 260 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:260:26 [INFO] [stderr] | [INFO] [stderr] 260 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:272:42 [INFO] [stderr] | [INFO] [stderr] 272 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:272:26 [INFO] [stderr] | [INFO] [stderr] 272 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:280:42 [INFO] [stderr] | [INFO] [stderr] 280 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:280:26 [INFO] [stderr] | [INFO] [stderr] 280 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:289:42 [INFO] [stderr] | [INFO] [stderr] 289 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:289:26 [INFO] [stderr] | [INFO] [stderr] 289 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:296:42 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:296:26 [INFO] [stderr] | [INFO] [stderr] 296 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:302:42 [INFO] [stderr] | [INFO] [stderr] 302 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:302:26 [INFO] [stderr] | [INFO] [stderr] 302 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:308:42 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:308:26 [INFO] [stderr] | [INFO] [stderr] 308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:315:42 [INFO] [stderr] | [INFO] [stderr] 315 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:315:26 [INFO] [stderr] | [INFO] [stderr] 315 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:324:42 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:324:26 [INFO] [stderr] | [INFO] [stderr] 324 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:338:42 [INFO] [stderr] | [INFO] [stderr] 338 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:338:26 [INFO] [stderr] | [INFO] [stderr] 338 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:358:42 [INFO] [stderr] | [INFO] [stderr] 358 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:358:26 [INFO] [stderr] | [INFO] [stderr] 358 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:368:42 [INFO] [stderr] | [INFO] [stderr] 368 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:368:26 [INFO] [stderr] | [INFO] [stderr] 368 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:379:42 [INFO] [stderr] | [INFO] [stderr] 379 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:379:26 [INFO] [stderr] | [INFO] [stderr] 379 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:395:42 [INFO] [stderr] | [INFO] [stderr] 395 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:395:26 [INFO] [stderr] | [INFO] [stderr] 395 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:404:42 [INFO] [stderr] | [INFO] [stderr] 404 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:404:26 [INFO] [stderr] | [INFO] [stderr] 404 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:410:42 [INFO] [stderr] | [INFO] [stderr] 410 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:410:26 [INFO] [stderr] | [INFO] [stderr] 410 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:418:42 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:418:26 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:426:42 [INFO] [stderr] | [INFO] [stderr] 426 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:426:26 [INFO] [stderr] | [INFO] [stderr] 426 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:435:42 [INFO] [stderr] | [INFO] [stderr] 435 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:435:26 [INFO] [stderr] | [INFO] [stderr] 435 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:441:42 [INFO] [stderr] | [INFO] [stderr] 441 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:441:26 [INFO] [stderr] | [INFO] [stderr] 441 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:447:42 [INFO] [stderr] | [INFO] [stderr] 447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:447:26 [INFO] [stderr] | [INFO] [stderr] 447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:453:42 [INFO] [stderr] | [INFO] [stderr] 453 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:453:26 [INFO] [stderr] | [INFO] [stderr] 453 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:459:42 [INFO] [stderr] | [INFO] [stderr] 459 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:459:26 [INFO] [stderr] | [INFO] [stderr] 459 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:465:42 [INFO] [stderr] | [INFO] [stderr] 465 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:465:26 [INFO] [stderr] | [INFO] [stderr] 465 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:471:42 [INFO] [stderr] | [INFO] [stderr] 471 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/bucket.rs:471:26 [INFO] [stderr] | [INFO] [stderr] 471 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:446:42 [INFO] [stderr] | [INFO] [stderr] 446 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:446:26 [INFO] [stderr] | [INFO] [stderr] 446 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:466:42 [INFO] [stderr] | [INFO] [stderr] 466 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:466:26 [INFO] [stderr] | [INFO] [stderr] 466 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:478:42 [INFO] [stderr] | [INFO] [stderr] 478 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:478:26 [INFO] [stderr] | [INFO] [stderr] 478 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:487:42 [INFO] [stderr] | [INFO] [stderr] 487 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:487:26 [INFO] [stderr] | [INFO] [stderr] 487 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:562:42 [INFO] [stderr] | [INFO] [stderr] 562 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:562:26 [INFO] [stderr] | [INFO] [stderr] 562 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:568:42 [INFO] [stderr] | [INFO] [stderr] 568 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:568:26 [INFO] [stderr] | [INFO] [stderr] 568 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:578:42 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:578:26 [INFO] [stderr] | [INFO] [stderr] 578 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:585:42 [INFO] [stderr] | [INFO] [stderr] 585 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:585:26 [INFO] [stderr] | [INFO] [stderr] 585 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:598:42 [INFO] [stderr] | [INFO] [stderr] 598 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:598:26 [INFO] [stderr] | [INFO] [stderr] 598 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:610:42 [INFO] [stderr] | [INFO] [stderr] 610 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:610:26 [INFO] [stderr] | [INFO] [stderr] 610 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:618:42 [INFO] [stderr] | [INFO] [stderr] 618 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:618:26 [INFO] [stderr] | [INFO] [stderr] 618 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:627:42 [INFO] [stderr] | [INFO] [stderr] 627 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:627:26 [INFO] [stderr] | [INFO] [stderr] 627 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:656:42 [INFO] [stderr] | [INFO] [stderr] 656 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:656:26 [INFO] [stderr] | [INFO] [stderr] 656 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:668:42 [INFO] [stderr] | [INFO] [stderr] 668 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:668:26 [INFO] [stderr] | [INFO] [stderr] 668 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:678:42 [INFO] [stderr] | [INFO] [stderr] 678 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:678:26 [INFO] [stderr] | [INFO] [stderr] 678 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:687:42 [INFO] [stderr] | [INFO] [stderr] 687 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:687:26 [INFO] [stderr] | [INFO] [stderr] 687 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:754:26 [INFO] [stderr] | [INFO] [stderr] 754 | #[derive(Debug, Default, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:763:42 [INFO] [stderr] | [INFO] [stderr] 763 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:763:26 [INFO] [stderr] | [INFO] [stderr] 763 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:777:26 [INFO] [stderr] | [INFO] [stderr] 777 | #[derive(Debug, Default, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:808:42 [INFO] [stderr] | [INFO] [stderr] 808 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:808:26 [INFO] [stderr] | [INFO] [stderr] 808 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:821:42 [INFO] [stderr] | [INFO] [stderr] 821 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:821:26 [INFO] [stderr] | [INFO] [stderr] 821 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:848:42 [INFO] [stderr] | [INFO] [stderr] 848 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:848:26 [INFO] [stderr] | [INFO] [stderr] 848 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:862:42 [INFO] [stderr] | [INFO] [stderr] 862 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:862:26 [INFO] [stderr] | [INFO] [stderr] 862 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:890:26 [INFO] [stderr] | [INFO] [stderr] 890 | #[derive(Debug, Default, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:958:49 [INFO] [stderr] | [INFO] [stderr] 958 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:958:33 [INFO] [stderr] | [INFO] [stderr] 958 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1008:42 [INFO] [stderr] | [INFO] [stderr] 1008 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1008:26 [INFO] [stderr] | [INFO] [stderr] 1008 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1018:42 [INFO] [stderr] | [INFO] [stderr] 1018 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1018:26 [INFO] [stderr] | [INFO] [stderr] 1018 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1026:42 [INFO] [stderr] | [INFO] [stderr] 1026 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1026:26 [INFO] [stderr] | [INFO] [stderr] 1026 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1050:42 [INFO] [stderr] | [INFO] [stderr] 1050 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1050:26 [INFO] [stderr] | [INFO] [stderr] 1050 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1057:42 [INFO] [stderr] | [INFO] [stderr] 1057 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1057:26 [INFO] [stderr] | [INFO] [stderr] 1057 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1068:42 [INFO] [stderr] | [INFO] [stderr] 1068 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1068:26 [INFO] [stderr] | [INFO] [stderr] 1068 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1079:42 [INFO] [stderr] | [INFO] [stderr] 1079 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1079:26 [INFO] [stderr] | [INFO] [stderr] 1079 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1089:42 [INFO] [stderr] | [INFO] [stderr] 1089 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1089:26 [INFO] [stderr] | [INFO] [stderr] 1089 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1098:42 [INFO] [stderr] | [INFO] [stderr] 1098 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1098:26 [INFO] [stderr] | [INFO] [stderr] 1098 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1105:42 [INFO] [stderr] | [INFO] [stderr] 1105 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1105:26 [INFO] [stderr] | [INFO] [stderr] 1105 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1138:42 [INFO] [stderr] | [INFO] [stderr] 1138 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1138:26 [INFO] [stderr] | [INFO] [stderr] 1138 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1164:42 [INFO] [stderr] | [INFO] [stderr] 1164 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1164:26 [INFO] [stderr] | [INFO] [stderr] 1164 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1185:42 [INFO] [stderr] | [INFO] [stderr] 1185 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1185:26 [INFO] [stderr] | [INFO] [stderr] 1185 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1196:42 [INFO] [stderr] | [INFO] [stderr] 1196 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1196:26 [INFO] [stderr] | [INFO] [stderr] 1196 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1206:42 [INFO] [stderr] | [INFO] [stderr] 1206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1206:26 [INFO] [stderr] | [INFO] [stderr] 1206 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1225:42 [INFO] [stderr] | [INFO] [stderr] 1225 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1225:26 [INFO] [stderr] | [INFO] [stderr] 1225 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1251:42 [INFO] [stderr] | [INFO] [stderr] 1251 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1251:26 [INFO] [stderr] | [INFO] [stderr] 1251 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1287:42 [INFO] [stderr] | [INFO] [stderr] 1287 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1287:26 [INFO] [stderr] | [INFO] [stderr] 1287 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1308:42 [INFO] [stderr] | [INFO] [stderr] 1308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1308:26 [INFO] [stderr] | [INFO] [stderr] 1308 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1366:42 [INFO] [stderr] | [INFO] [stderr] 1366 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1366:26 [INFO] [stderr] | [INFO] [stderr] 1366 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1380:42 [INFO] [stderr] | [INFO] [stderr] 1380 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1380:26 [INFO] [stderr] | [INFO] [stderr] 1380 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1447:42 [INFO] [stderr] | [INFO] [stderr] 1447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1447:26 [INFO] [stderr] | [INFO] [stderr] 1447 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1470:42 [INFO] [stderr] | [INFO] [stderr] 1470 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1470:26 [INFO] [stderr] | [INFO] [stderr] 1470 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1557:42 [INFO] [stderr] | [INFO] [stderr] 1557 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1557:26 [INFO] [stderr] | [INFO] [stderr] 1557 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1567:42 [INFO] [stderr] | [INFO] [stderr] 1567 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1567:26 [INFO] [stderr] | [INFO] [stderr] 1567 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1582:42 [INFO] [stderr] | [INFO] [stderr] 1582 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/object.rs:1582:26 [INFO] [stderr] | [INFO] [stderr] 1582 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:899:42 [INFO] [stderr] | [INFO] [stderr] 899 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:899:26 [INFO] [stderr] | [INFO] [stderr] 899 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:1831:42 [INFO] [stderr] | [INFO] [stderr] 1831 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:1831:26 [INFO] [stderr] | [INFO] [stderr] 1831 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2595:42 [INFO] [stderr] | [INFO] [stderr] 2595 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2595:26 [INFO] [stderr] | [INFO] [stderr] 2595 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2660:42 [INFO] [stderr] | [INFO] [stderr] 2660 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2660:26 [INFO] [stderr] | [INFO] [stderr] 2660 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2725:42 [INFO] [stderr] | [INFO] [stderr] 2725 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2725:26 [INFO] [stderr] | [INFO] [stderr] 2725 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2902:42 [INFO] [stderr] | [INFO] [stderr] 2902 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2902:26 [INFO] [stderr] | [INFO] [stderr] 2902 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2987:42 [INFO] [stderr] | [INFO] [stderr] 2987 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:2987:26 [INFO] [stderr] | [INFO] [stderr] 2987 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3236:42 [INFO] [stderr] | [INFO] [stderr] 3236 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3236:26 [INFO] [stderr] | [INFO] [stderr] 3236 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3291:42 [INFO] [stderr] | [INFO] [stderr] 3291 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3291:26 [INFO] [stderr] | [INFO] [stderr] 3291 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3432:42 [INFO] [stderr] | [INFO] [stderr] 3432 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3432:26 [INFO] [stderr] | [INFO] [stderr] 3432 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3479:42 [INFO] [stderr] | [INFO] [stderr] 3479 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3479:26 [INFO] [stderr] | [INFO] [stderr] 3479 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3519:42 [INFO] [stderr] | [INFO] [stderr] 3519 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/writeparse.rs:3519:26 [INFO] [stderr] | [INFO] [stderr] 3519 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Debug, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:104:42 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:104:26 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:111:42 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:111:26 [INFO] [stderr] | [INFO] [stderr] 111 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:128:42 [INFO] [stderr] | [INFO] [stderr] 128 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:128:26 [INFO] [stderr] | [INFO] [stderr] 128 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:134:42 [INFO] [stderr] | [INFO] [stderr] 134 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:134:26 [INFO] [stderr] | [INFO] [stderr] 134 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:155:42 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:155:26 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:165:42 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:165:26 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:188:42 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:188:26 [INFO] [stderr] | [INFO] [stderr] 188 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:197:42 [INFO] [stderr] | [INFO] [stderr] 197 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/acl.rs:197:26 [INFO] [stderr] | [INFO] [stderr] 197 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:92:26 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:100:42 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/grant.rs:108:26 [INFO] [stderr] | [INFO] [stderr] 108 | #[derive(Debug, Default, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:20:35 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:55:40 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:66:49 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:66:33 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:73:49 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:80:49 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:80:33 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:87:40 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcEncodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:104:49 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `RustcDecodable` is unstable [INFO] [stderr] --> src/aws/s3/admin.rs:104:33 [INFO] [stderr] | [INFO] [stderr] 104 | #[derive(Debug, Default, Clone, RustcDecodable, RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/aws/s3/s3client.rs:1171:16 [INFO] [stderr] | [INFO] [stderr] 1171 | 200...206 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/aws/common/credentials.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/aws/common/credentials.rs:288:30 [INFO] [stderr] | [INFO] [stderr] 288 | let location = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/aws/common/signature.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/aws/s3/s3client.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/aws/common/credentials.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/aws/common/credentials.rs:288:30 [INFO] [stderr] | [INFO] [stderr] 288 | let location = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/aws/common/signature.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/aws/s3/s3client.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:354:18 [INFO] [stderr] | [INFO] [stderr] 354 | hmac.finish().unwrap().to_base64(STANDARD) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:474:10 [INFO] [stderr] | [INFO] [stderr] 474 | hmac.finish().unwrap().to_hex().to_string() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:481:23 [INFO] [stderr] | [INFO] [stderr] 481 | let k_date = hmac.finish().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:486:25 [INFO] [stderr] | [INFO] [stderr] 486 | let k_region = hmac.finish().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:491:26 [INFO] [stderr] | [INFO] [stderr] 491 | let k_service = hmac.finish().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:496:10 [INFO] [stderr] | [INFO] [stderr] 496 | hmac.finish().unwrap() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope [INFO] [stderr] --> src/aws/common/xmlutil.rs:378:34 [INFO] [stderr] | [INFO] [stderr] 378 | let my_stack = my_parser.events().peekable(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope [INFO] [stderr] --> src/aws/common/xmlutil.rs:400:34 [INFO] [stderr] | [INFO] [stderr] 400 | let my_stack = my_parser.events().peekable(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope [INFO] [stderr] --> src/aws/common/xmlutil.rs:419:34 [INFO] [stderr] | [INFO] [stderr] 419 | let my_stack = my_parser.events().peekable(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `xml::EventReader<&[u8]>` in the current scope [INFO] [stderr] --> src/aws/common/xmlutil.rs:439:34 [INFO] [stderr] | [INFO] [stderr] 439 | let my_stack = my_parser.events().peekable(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:354:18 [INFO] [stderr] | [INFO] [stderr] 354 | hmac.finish().unwrap().to_base64(STANDARD) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:474:10 [INFO] [stderr] | [INFO] [stderr] 474 | hmac.finish().unwrap().to_hex().to_string() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:481:23 [INFO] [stderr] | [INFO] [stderr] 481 | let k_date = hmac.finish().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:486:25 [INFO] [stderr] | [INFO] [stderr] 486 | let k_region = hmac.finish().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:491:26 [INFO] [stderr] | [INFO] [stderr] 491 | let k_service = hmac.finish().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> src/aws/common/signature.rs:496:10 [INFO] [stderr] | [INFO] [stderr] 496 | hmac.finish().unwrap() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 6 parameters but 4 parameters were supplied [INFO] [stderr] --> src/aws/common/signature.rs:697:23 [INFO] [stderr] | [INFO] [stderr] 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) [INFO] [stderr] 80 | | -> SignedRequest<'a> { [INFO] [stderr] 81 | | SignedRequest { [INFO] [stderr] 82 | | method: method.to_string(), [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____- defined here [INFO] [stderr] ... [INFO] [stderr] 697 | let request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 6 parameters but 4 parameters were supplied [INFO] [stderr] --> src/aws/common/signature.rs:703:27 [INFO] [stderr] | [INFO] [stderr] 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) [INFO] [stderr] 80 | | -> SignedRequest<'a> { [INFO] [stderr] 81 | | SignedRequest { [INFO] [stderr] 82 | | method: method.to_string(), [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____- defined here [INFO] [stderr] ... [INFO] [stderr] 703 | let mut request = SignedRequest::new("POST", "sqs", Region::UsEast1, "/"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 6 parameters but 4 parameters were supplied [INFO] [stderr] --> src/aws/common/signature.rs:710:27 [INFO] [stderr] | [INFO] [stderr] 79 | / pub fn new(method: &str, service: &str, region: Region, bucket: &str, path: &str, endpoint: &'a Endpoint) [INFO] [stderr] 80 | | -> SignedRequest<'a> { [INFO] [stderr] 81 | | SignedRequest { [INFO] [stderr] 82 | | method: method.to_string(), [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____- defined here [INFO] [stderr] ... [INFO] [stderr] 710 | let mut request = SignedRequest::new("GET", "s3", Region::UsEast1, "/path with spaces"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 parameters [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/aws/common/credentials.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/aws/common/signature.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/aws/s3/s3client.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 259 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `aws-sdk-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/aws/common/credentials.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/aws/common/signature.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/aws/s3/s3client.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 269 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `aws-sdk-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d0681f004291cd27f6fdbe01c1fec885775f4902328f7cec4864bde5fc43e88c"` [INFO] running `"docker" "rm" "-f" "d0681f004291cd27f6fdbe01c1fec885775f4902328f7cec4864bde5fc43e88c"` [INFO] [stdout] d0681f004291cd27f6fdbe01c1fec885775f4902328f7cec4864bde5fc43e88c