[INFO] fetching crate comcart 0.1.0... [INFO] testing comcart-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate comcart 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate comcart 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate comcart 0.1.0 [INFO] finished tweaking crates.io crate comcart 0.1.0 [INFO] tweaked toml for crates.io crate comcart 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62dfbcf162583fb7c33e65e31578c98b2e3913b01d6427b53b8320db76760b60 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "62dfbcf162583fb7c33e65e31578c98b2e3913b01d6427b53b8320db76760b60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62dfbcf162583fb7c33e65e31578c98b2e3913b01d6427b53b8320db76760b60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62dfbcf162583fb7c33e65e31578c98b2e3913b01d6427b53b8320db76760b60", kill_on_drop: false }` [INFO] [stdout] 62dfbcf162583fb7c33e65e31578c98b2e3913b01d6427b53b8320db76760b60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 932f9a469178461e81cbf1579aa83a5b80578874af5c9ebd9224afcadd4e65ef [INFO] running `Command { std: "docker" "start" "-a" "932f9a469178461e81cbf1579aa83a5b80578874af5c9ebd9224afcadd4e65ef", kill_on_drop: false }` [INFO] [stderr] Compiling podio v0.1.7 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.1.19 [INFO] [stderr] Compiling comcart v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/summarize/mod.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | let manifest = manifest::parse(try!(archive.by_name("imsmanifest.xml"))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | let zip_file = try!(zip::ZipArchive::new(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | let summary = try!(summarize::summarize(zip_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.95s [INFO] running `Command { std: "docker" "inspect" "932f9a469178461e81cbf1579aa83a5b80578874af5c9ebd9224afcadd4e65ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "932f9a469178461e81cbf1579aa83a5b80578874af5c9ebd9224afcadd4e65ef", kill_on_drop: false }` [INFO] [stdout] 932f9a469178461e81cbf1579aa83a5b80578874af5c9ebd9224afcadd4e65ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dfd83e3e26631397698d5d6d8c4b59358b5288cf610a70c1b1358de1a919d409 [INFO] running `Command { std: "docker" "start" "-a" "dfd83e3e26631397698d5d6d8c4b59358b5288cf610a70c1b1358de1a919d409", kill_on_drop: false }` [INFO] [stderr] Compiling comcart v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/summarize/mod.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | let manifest = manifest::parse(try!(archive.by_name("imsmanifest.xml"))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | let zip_file = try!(zip::ZipArchive::new(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | let summary = try!(summarize::summarize(zip_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/summarize/mod.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | let manifest = manifest::parse(try!(archive.by_name("imsmanifest.xml"))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | let zip_file = try!(zip::ZipArchive::new(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | let summary = try!(summarize::summarize(zip_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/summarize/utils.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stdout] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stdout] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stdout] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stdout] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", e) [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 43 | std::panic::panic_any(e) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.99s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/comcart-00274e0f7110523e) [INFO] running `Command { std: "docker" "inspect" "dfd83e3e26631397698d5d6d8c4b59358b5288cf610a70c1b1358de1a919d409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfd83e3e26631397698d5d6d8c4b59358b5288cf610a70c1b1358de1a919d409", kill_on_drop: false }` [INFO] [stdout] dfd83e3e26631397698d5d6d8c4b59358b5288cf610a70c1b1358de1a919d409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f2dbddacbe1db77ffb24bef2e99601d3c8c2fb3ae0925513c0a3d53dfcad7962 [INFO] running `Command { std: "docker" "start" "-a" "f2dbddacbe1db77ffb24bef2e99601d3c8c2fb3ae0925513c0a3d53dfcad7962", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/summarize/mod.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | let manifest = manifest::parse(try!(archive.by_name("imsmanifest.xml"))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | let zip_file = try!(zip::ZipArchive::new(reader)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | let summary = try!(summarize::summarize(zip_file)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/summarize/utils.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | static ref ASSIGNMENT_R: Regex = Regex::new(r"assignment|associatedcontent/imscc_xmlv1p1/learning-application-resource").unwrap(); [INFO] [stderr] 46 | | static ref ASSESSMENT_R: Regex = Regex::new(r"assessment|quiz").unwrap(); [INFO] [stderr] 47 | | static ref DISCUSSION_R: Regex = Regex::new(r"imsdt").unwrap(); [INFO] [stderr] 48 | | static ref WEBCONTENT_R: Regex = Regex::new(r"webcontent").unwrap(); [INFO] [stderr] 49 | | static ref WEBLINK_R: Regex = Regex::new(r"wl").unwrap(); [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `comcart` (lib) generated 8 warnings (4 duplicates) [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | panic!(e) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 43 | panic!("{}", e) [INFO] [stderr] | +++++ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 43 | std::panic::panic_any(e) [INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] warning: `comcart` (lib test) generated 9 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/comcart-00274e0f7110523e) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_process ... ignored [INFO] [stdout] test summarize::manifest::tests::parses_resources ... ok [INFO] [stdout] test summarize::manifest::tests::parses_modules ... ok [INFO] [stdout] test summarize::manifest::tests::parses_general ... ok [INFO] [stderr] Doc-tests comcart [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f2dbddacbe1db77ffb24bef2e99601d3c8c2fb3ae0925513c0a3d53dfcad7962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2dbddacbe1db77ffb24bef2e99601d3c8c2fb3ae0925513c0a3d53dfcad7962", kill_on_drop: false }` [INFO] [stdout] f2dbddacbe1db77ffb24bef2e99601d3c8c2fb3ae0925513c0a3d53dfcad7962