Skip to content

Error running script ./scripts/cocoon-launch #33

@ilyabin

Description

@ilyabin

When I run the ./scripts/cocoon-launch worker.conf script, it doesn't see the image and returns an error. Could you tell me where to look? Here's the log.
Thank you.

  • /home/ilya/cocoon-worker/scripts/setup-gpu-vfio 0000:18:00.00
    ✗ GPU 0000:18:00.0 is bound to: nvidia (expected: vfio-pci)
    ✓ GPU 0000:18:00.0 CC mode is enabled
    Run with --setup to configure
    QEMU: qemu-system-x86_64 -machine q35,kernel-irqchip=split,memory-backend=mem0,confidential-guest-support=tdx -bios /home/ilya/cocoon-worker/images/prod/OVMF.fd -accel kvm -cpu host -smp 32 -vga none -object {"qom-type":"tdx-guest","id":"tdx","quote-generation-socket":{"type":"vsock","cid":"2","port":"4050"}} -object memory-backend-ram,id=mem0,size=100G -device vhost-vsock-pci,guest-cid=6 -object iommufd,id=iommufd0 -device pcie-root-port,id=pci.0,bus=pcie.0 -drive cache=writeback,file=/home/ilya/cocoon-worker/images/prod/image.img,readonly=on,id=drive1,if=none,index=1,werror=report -device virtio-blk-pci,bootindex=1,drive=drive1,serial=root -drive cache=writeback,file=persistent-worker-0.img,format=raw,id=drive2,if=none,index=2,werror=report -device virtio-blk-pci,bootindex=2,drive=drive2,serial=persistent -drive readonly=on,file=/home/ilya/cocoon-worker/images/Qwen_Qwen3_8B.tar,id=drivecache,if=none,index=3,werror=report -device virtio-blk-pci,drive=drivecache,serial=model-tar -drive readonly=on,file=/home/ilya/cocoon-worker/images/Qwen_Qwen3_8B.tar.verity,id=drivecacheverity,if=none,index=4,werror=report -device virtio-blk-pci,drive=drivecacheverity,serial=model-tar-verity -chardev stdio,id=char0 -device virtio-serial-pci,id=virtio-serial0 -device virtconsole,chardev=char0 -kernel /home/ilya/cocoon-worker/images/prod/image.vmlinuz -initrd /home/ilya/cocoon-worker/images/prod/image.initrd -append roothash=720495662ab28d978aeebc8ae5b9d41adf2c731da3e3e65d045b8aa59b804e8e systemd.verity_root_options=panic-on-corruption systemd.verity=1 rd.live.overlay.overlayfs=1 loglevel=7 rd.live.overlay.size=1536m audit=0 console=hvc0 swiotlb=1048576 systemd.getty_auto=no cocoon_gpu -virtfs local,path=/tmp/cocoon-spec-ydua7elo/spec,mount_tag=spec,security_model=mapped,readonly=on -net nic,netdev=user.0,model=virtio -netdev user,id=user.0,hostfwd=tcp::12005-:22,hostfwd=tcp::12000-:12000 -nographic -serial null -monitor null -device vfio-pci,host=0000:18:00.00,bus=pci.0,iommufd=iommufd0
    Traceback (most recent call last):
    File "/home/ilya/cocoon-worker/./scripts/cocoon-launch", line 888, in
    main()
    File "/home/ilya/cocoon-worker/./scripts/cocoon-launch", line 884, in main
    run_qemu(cfg)
    File "/home/ilya/cocoon-worker/./scripts/cocoon-launch", line 632, in run_qemu
    os.execvp(qemu[0], qemu)
    File "", line 580, in execvp
    File "", line 622, in _execvpe
    File "", line 613, in _execvpe
    FileNotFoundError: [Errno 2] No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions