[INFO] cloning repository https://github.com/tgroshon/comcart [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tgroshon/comcart" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftgroshon%2Fcomcart"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftgroshon%2Fcomcart'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5995e20400b6f94221709c0c4b52e00564b6578f [INFO] testing tgroshon/comcart against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftgroshon%2Fcomcart" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tgroshon/comcart on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tgroshon/comcart [INFO] finished tweaking git repo https://github.com/tgroshon/comcart [INFO] tweaked toml for git repo https://github.com/tgroshon/comcart written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/tgroshon/comcart already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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] ca8a7efbf281aa9656f3d47719d717ea895d25fcb2720b19071c104a5288350a [INFO] running `"docker" "start" "-a" "ca8a7efbf281aa9656f3d47719d717ea895d25fcb2720b19071c104a5288350a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling podio v0.1.7 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling miniz-sys v0.1.12 [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] [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: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.26s [INFO] running `"docker" "inspect" "ca8a7efbf281aa9656f3d47719d717ea895d25fcb2720b19071c104a5288350a"` [INFO] running `"docker" "rm" "-f" "ca8a7efbf281aa9656f3d47719d717ea895d25fcb2720b19071c104a5288350a"` [INFO] [stdout] ca8a7efbf281aa9656f3d47719d717ea895d25fcb2720b19071c104a5288350a [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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ecf63a0e75a694de7a25c0114b88084a6a876cbb0834efdadbec61e8036fc457 [INFO] running `"docker" "start" "-a" "ecf63a0e75a694de7a25c0114b88084a6a876cbb0834efdadbec61e8036fc457"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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 '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: 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: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.63s [INFO] running `"docker" "inspect" "ecf63a0e75a694de7a25c0114b88084a6a876cbb0834efdadbec61e8036fc457"` [INFO] running `"docker" "rm" "-f" "ecf63a0e75a694de7a25c0114b88084a6a876cbb0834efdadbec61e8036fc457"` [INFO] [stdout] ecf63a0e75a694de7a25c0114b88084a6a876cbb0834efdadbec61e8036fc457 [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" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 10d5bd04c15e0ab6859005a193972c2d735a235e508182197104b43b4effe54e [INFO] running `"docker" "start" "-a" "10d5bd04c15e0ab6859005a193972c2d735a235e508182197104b43b4effe54e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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: 8 warnings emitted [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: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/comcart-41e9c462f40fee28 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_process ... ignored [INFO] [stdout] test summarize::manifest::tests::parses_resources ... ok [INFO] [stderr] Doc-tests comcart [INFO] [stdout] test summarize::manifest::tests::parses_general ... ok [INFO] [stdout] test summarize::manifest::tests::parses_modules ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "10d5bd04c15e0ab6859005a193972c2d735a235e508182197104b43b4effe54e"` [INFO] running `"docker" "rm" "-f" "10d5bd04c15e0ab6859005a193972c2d735a235e508182197104b43b4effe54e"` [INFO] [stdout] 10d5bd04c15e0ab6859005a193972c2d735a235e508182197104b43b4effe54e