[INFO] fetching crate vgmdb-rust 0.2.1... [INFO] testing vgmdb-rust-0.2.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate vgmdb-rust 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate vgmdb-rust 0.2.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate vgmdb-rust 0.2.1 [INFO] finished tweaking crates.io crate vgmdb-rust 0.2.1 [INFO] tweaked toml for crates.io crate vgmdb-rust 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d1d09e180aadce038209fc2e1fac5a7882aaa44d88ddb4f89cce3ca18930b752 [INFO] running `"docker" "start" "-a" "d1d09e180aadce038209fc2e1fac5a7882aaa44d88ddb4f89cce3ca18930b752"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling id3 v0.5.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling hyper v0.13.6 [INFO] [stderr] Compiling vgmdb-rust v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/vgmdb/io.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | let html = try!( download_album_url(id) ); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/vgmdb/io.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | let album : AlbumDb = try!( json::decode(&html)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/vgmdb/io.rs:34:39 [INFO] [stderr] | [INFO] [stderr] 34 | let Output{status, stdout, .. } = try!( Command::new("curl").arg(&url).output() ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/vgmdb/io.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | let res = try!(String::from_utf8(stdout)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/vgmdb/io.rs:47:43 [INFO] [stderr] | [INFO] [stderr] 47 | , tracks: d.tracks.into_iter().zip((1..)).map(|(t,i)| convert_track(t, i) ).collect() [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/vgmdb/io.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | for part in ( time.rsplit(":") ) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vgmdb/errors.rs:43:32 [INFO] [stderr] | [INFO] [stderr] 43 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vgmdb/errors.rs:45:57 [INFO] [stderr] | [INFO] [stderr] 45 | CmdError::UtfError(ref err) => Some(err as &Error), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vgmdb/errors.rs:46:57 [INFO] [stderr] | [INFO] [stderr] 46 | CmdError::IoError(ref err) => Some(err as &Error), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/vgmdb/data.rs:55:44 [INFO] [stderr] | [INFO] [stderr] 55 | for (d,i) in self.discs.iter().zip((1..)) { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stderr] --> src/main.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | tag.add_comment("", comment); [INFO] [stderr] | ^^^^^^^^^^^ -- ------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 1 argument [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `save` found for struct `id3::Tag` in the current scope [INFO] [stderr] --> src/main.rs:114:20 [INFO] [stderr] | [INFO] [stderr] 114 | match tag.save() { [INFO] [stderr] | ^^^^ method not found in `id3::Tag` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_text_frame` found for mutable reference `&mut id3::Tag` in the current scope [INFO] [stderr] --> src/main.rs:126:7 [INFO] [stderr] | [INFO] [stderr] 126 | t.add_text_frame("TDRC", format!("{}", year)); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&mut id3::Tag` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_text_frame` found for mutable reference `&mut id3::Tag` in the current scope [INFO] [stderr] --> src/main.rs:130:7 [INFO] [stderr] | [INFO] [stderr] 130 | t.add_text_frame("TDRL", format!("{}", date)); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&mut id3::Tag` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/vgmdb/errors.rs:30:68 [INFO] [stderr] | [INFO] [stderr] 30 | CmdError::OtherError(format!("Json decode Error {:?}", err.description() )) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/vgmdb/errors.rs:37:48 [INFO] [stderr] | [INFO] [stderr] 37 | CmdError::UtfError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/vgmdb/errors.rs:38:47 [INFO] [stderr] | [INFO] [stderr] 38 | CmdError::IoError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::prelude` [INFO] [stderr] --> src/vgmdb/io.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 14 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `vgmdb-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d1d09e180aadce038209fc2e1fac5a7882aaa44d88ddb4f89cce3ca18930b752"` [INFO] running `"docker" "rm" "-f" "d1d09e180aadce038209fc2e1fac5a7882aaa44d88ddb4f89cce3ca18930b752"` [INFO] [stdout] d1d09e180aadce038209fc2e1fac5a7882aaa44d88ddb4f89cce3ca18930b752