Running branch nightly on repo egglog Executing git -C /home/nightlies/egglog/nightly reset --hard origin/nightly HEAD is now at 15888b87 nightly: install deps into a venv to satisfy PEP 668 (#939) Executing git -C /home/nightlies/egglog/nightly submodule update --init --recursive --force Executing git -C /home/nightlies/egglog/nightly rev-parse origin/nightly Executing make -C /home/nightlies/egglog/nightly nightly make: Entering directory '/home/nightlies/egglog/nightly' python3 -m venv nightly/.venv nightly/.venv/bin/pip install -q -r scripts/requirements.txt nightly/.venv/bin/python scripts/nightly_bench.py Building egglog (release)... error: failed to parse manifest at `/home/nightlies/egglog/nightly/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.75.0). Consider adding `cargo-features = ["edition2024"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature. See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature. Traceback (most recent call last): File "/home/nightlies/egglog/nightly/scripts/nightly_bench.py", line 463, in sys.exit(main()) ^^^^^^ File "/home/nightlies/egglog/nightly/scripts/nightly_bench.py", line 443, in main build() File "/home/nightlies/egglog/nightly/scripts/nightly_bench.py", line 270, in build subprocess.run( File "/usr/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['cargo', 'build', '--release', '--bin', 'egglog', '--manifest-path', '/home/nightlies/egglog/nightly/Cargo.toml']' returned non-zero exit status 101. make: *** [Makefile:18: nightly] Error 1 make: Leaving directory '/home/nightlies/egglog/nightly' Publishing report directory /home/nightlies/egglog/nightly/nightly/output to /data/reports/egglog/1782754290:nightly:15888b87 Executing sstat --noheader -j 1888.batch --format=MaxRSS Nightly used memory=111.25mb, timeout=6.0s