Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  curl
0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
Need to get 316 kB of archives.
After this operation, 501 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u15 [316 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 316 kB in 0s (3910 kB/s)
Selecting previously unselected package curl.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7917 files and directories currently installed.)
Preparing to unpack .../curl_7.88.1-10+deb12u15_amd64.deb ...
Unpacking curl (7.88.1-10+deb12u15) ...
Setting up curl (7.88.1-10+deb12u15) ...
downloading uv 0.9.5 x86_64-unknown-linux-gnu
no checksums to verify
installing to /root/.local/bin
  uv
  uvx
everything's installed!

To add $HOME/.local/bin to your PATH, either restart your shell or run:

    source $HOME/.local/bin/env (sh, bash, zsh)
    source $HOME/.local/bin/env.fish (fish)
Downloading pygments (1.2MiB)
 Downloading pygments
Installed 6 packages in 14ms
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /tests
plugins: json-ctrf-0.3.5
collected 2 items

../tests/test_outputs.py .F                                              [100%]

=================================== FAILURES ===================================
___________________________ test_hello_file_content ____________________________

    def test_hello_file_content():
        """Test that out.txt contains exactly the flag."""
        hello_path = Path("/app/out.txt")
    
>       assert hello_path.read_text().strip() == "flag{gc0d3_iz_ch4LLenGiNg}", (
            f"Expected the correct flag but got '{hello_path.read_text().strip()}'"
        )
E       AssertionError: Expected the correct flag but got 'flag{gc0d3_iz_ch4LLenGiN'
E       assert 'flag{gc0d3_iz_ch4LLenGiN' == 'flag{gc0d3_iz_ch4LLenGiNg}'
E         
E         - flag{gc0d3_iz_ch4LLenGiNg}
E         ?                         --
E         + flag{gc0d3_iz_ch4LLenGiN

/tests/test_outputs.py:17: AssertionError
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ../tests/test_outputs.py::test_hello_file_exists
FAILED ../tests/test_outputs.py::test_hello_file_content - AssertionError: Ex...
========================= 1 failed, 1 passed in 0.04s ==========================
