[INFO] updating cached repository https://github.com/iseurie/ytshorten [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 83a721fe5d818369d7fe4ea2a8fecc6acc0ed1fe [INFO] testing iseurie/ytshorten against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiseurie%2Fytshorten" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 43% (114/263) Checking out files: 44% (116/263) Checking out files: 45% (119/263) Checking out files: 46% (121/263) Checking out files: 47% (124/263) Checking out files: 48% (127/263) Checking out files: 49% (129/263) Checking out files: 50% (132/263) Checking out files: 51% (135/263) Checking out files: 52% (137/263) Checking out files: 53% (140/263) Checking out files: 54% (143/263) Checking out files: 55% (145/263) Checking out files: 56% (148/263) Checking out files: 57% (150/263) Checking out files: 58% (153/263) Checking out files: 59% (156/263) Checking out files: 60% (158/263) Checking out files: 61% (161/263) Checking out files: 62% (164/263) Checking out files: 63% (166/263) Checking out files: 64% (169/263) Checking out files: 65% (171/263) Checking out files: 66% (174/263) Checking out files: 67% (177/263) Checking out files: 68% (179/263) Checking out files: 69% (182/263) Checking out files: 70% (185/263) Checking out files: 71% (187/263) Checking out files: 72% (190/263) Checking out files: 73% (192/263) Checking out files: 74% (195/263) Checking out files: 75% (198/263) Checking out files: 76% (200/263) Checking out files: 77% (203/263) Checking out files: 78% (206/263) Checking out files: 79% (208/263) Checking out files: 80% (211/263) Checking out files: 81% (214/263) Checking out files: 82% (216/263) Checking out files: 83% (219/263) Checking out files: 84% (221/263) Checking out files: 85% (224/263) Checking out files: 86% (227/263) Checking out files: 87% (229/263) Checking out files: 88% (232/263) Checking out files: 89% (235/263) Checking out files: 90% (237/263) Checking out files: 91% (240/263) Checking out files: 92% (242/263) Checking out files: 93% (245/263) Checking out files: 94% (248/263) Checking out files: 95% (250/263) Checking out files: 96% (253/263) Checking out files: 96% (254/263) Checking out files: 97% (256/263) Checking out files: 98% (258/263) Checking out files: 99% (261/263) Checking out files: 100% (263/263) Checking out files: 100% (263/263), done. [INFO] validating manifest of git repo https://github.com/iseurie/ytshorten 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/iseurie/ytshorten [INFO] finished tweaking git repo https://github.com/iseurie/ytshorten [INFO] tweaked toml for git repo https://github.com/iseurie/ytshorten written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/iseurie/ytshorten 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] [stdout] 3345afef9aed951283f48246511035a53d1136e284b81dd06569247c1c784cd4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3345afef9aed951283f48246511035a53d1136e284b81dd06569247c1c784cd4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.6.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3345afef9aed951283f48246511035a53d1136e284b81dd06569247c1c784cd4"` [INFO] running `"docker" "rm" "-f" "3345afef9aed951283f48246511035a53d1136e284b81dd06569247c1c784cd4"` [INFO] [stdout] 3345afef9aed951283f48246511035a53d1136e284b81dd06569247c1c784cd4