[INFO] updating cached repository https://github.com/master-d/liquid-rust [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] b41d98f97793dfb30dd7e93d6e1f77fec696812d [INFO] testing master-d/liquid-rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaster-d%2Fliquid-rust" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/master-d/liquid-rust 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/master-d/liquid-rust [INFO] finished tweaking git repo https://github.com/master-d/liquid-rust [INFO] tweaked toml for git repo https://github.com/master-d/liquid-rust written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/master-d/liquid-rust 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] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] a443a52ad963231d714eef3b8413190cdcc17c67fe049c97dbbb0eef9261177e [INFO] running `"docker" "start" "-a" "a443a52ad963231d714eef3b8413190cdcc17c67fe049c97dbbb0eef9261177e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-traits v0.1.36 [INFO] [stderr] Compiling gcc v0.3.42 [INFO] [stderr] Compiling sdl2-sys v0.27.2 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling sdl2 v0.28.0 [INFO] [stderr] Compiling liquidfun v0.8.0 [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquidfun-0.8.0/src/box2d/collision/shapes/polygon_shape.rs:9:76 [INFO] [stderr] | [INFO] [stderr] 9 | fn b2PolygonShape_GetVertex(ptr: *mut B2PolygonShape, index: Int32) -> &Vec2; [INFO] [stderr] | ^ help: consider giving it an explicit bounded or 'static lifetime: `&'static` [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquidfun-0.8.0/src/box2d/dynamics/body.rs:110:49 [INFO] [stderr] | [INFO] [stderr] 110 | fn b2Body_GetPosition(this: *mut B2Body) -> &Vec2; [INFO] [stderr] | ^ help: consider giving it an explicit bounded or 'static lifetime: `&'static` [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0106`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: cpp_set_stdlib is specified, but the Gnu compiler does not support this option, ignored [INFO] [stderr] warning: In file included from liquidfun-c/c_box2d.cpp:52: [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: 303 | class FixtureParticleSet : [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: 326 | class b2ParticlePairSet : public TypedFixedSetAllocator [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `liquidfun`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a443a52ad963231d714eef3b8413190cdcc17c67fe049c97dbbb0eef9261177e"` [INFO] running `"docker" "rm" "-f" "a443a52ad963231d714eef3b8413190cdcc17c67fe049c97dbbb0eef9261177e"` [INFO] [stdout] a443a52ad963231d714eef3b8413190cdcc17c67fe049c97dbbb0eef9261177e