[INFO] crate comcart 0.1.0 is already in cache [INFO] checking comcart-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate comcart 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate comcart 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cb97eeb4d5f93561528f26849c76c53cafdcd17a8dc87457fe9030a5ad0303e8 [INFO] running `"docker" "start" "-a" "cb97eeb4d5f93561528f26849c76c53cafdcd17a8dc87457fe9030a5ad0303e8"` [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking podio v0.1.6 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking msdos_time v0.1.6 [INFO] [stderr] Checking xml-rs v0.3.6 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking zip v0.1.19 [INFO] [stderr] Checking comcart v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.42s [INFO] running `"docker" "inspect" "cb97eeb4d5f93561528f26849c76c53cafdcd17a8dc87457fe9030a5ad0303e8"` [INFO] running `"docker" "rm" "-f" "cb97eeb4d5f93561528f26849c76c53cafdcd17a8dc87457fe9030a5ad0303e8"` [INFO] [stdout] cb97eeb4d5f93561528f26849c76c53cafdcd17a8dc87457fe9030a5ad0303e8