[INFO] crate zenroom_minimal 0.1.0 is already in cache [INFO] checking zenroom_minimal-0.1.0 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate zenroom_minimal 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate zenroom_minimal 0.1.0 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate zenroom_minimal 0.1.0 [INFO] finished tweaking crates.io crate zenroom_minimal 0.1.0 [INFO] tweaked toml for crates.io crate zenroom_minimal 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate zenroom_minimal 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] a6664c40496c039cfe40051e414a2a6c5eec441b354f0e53114540fb0643c51c [INFO] running `"docker" "start" "-a" "a6664c40496c039cfe40051e414a2a6c5eec441b354f0e53114540fb0643c51c"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rlua v0.16.3 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking bstr v0.2.7 [INFO] [stderr] Checking rlua_serde v0.3.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking zenroom_minimal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'lua` due to conflicting requirements [INFO] [stderr] --> src/module/importer.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(Value::Function(ctx.create_function(Importer::import)?)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'lua` as defined on the method body at 36:21... [INFO] [stderr] --> src/module/importer.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | fn build_module<'lua>(self, ctx: Context<'lua>) -> Result> { [INFO] [stderr] | ^^^^ [INFO] [stderr] note: ...so that the expression is assignable [INFO] [stderr] --> src/module/importer.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(Value::Function(ctx.create_function(Importer::import)?)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `rlua::Value<'lua>` [INFO] [stderr] found `rlua::Value<'_>` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `fn(rlua::Context<'_>, rlua::Value<'_>) -> std::result::Result, rlua::Error> {module::importer::Importer::import}` will meet its required lifetime bounds [INFO] [stderr] --> src/module/importer.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(Value::Function(ctx.create_function(Importer::import)?)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0495`. [INFO] [stderr] error: could not compile `zenroom_minimal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a6664c40496c039cfe40051e414a2a6c5eec441b354f0e53114540fb0643c51c"` [INFO] running `"docker" "rm" "-f" "a6664c40496c039cfe40051e414a2a6c5eec441b354f0e53114540fb0643c51c"` [INFO] [stdout] a6664c40496c039cfe40051e414a2a6c5eec441b354f0e53114540fb0643c51c