question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fails building ue4-minimal, not enough space on disk

See original GitHub issue

Output of the ue4-docker info command: PS C:\Users\moray> ue4-docker info ue4-docker version: 0.0.72 (latest available version is 0.0.72) Operating system: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1579) Docker daemon version: 19.03.13 NVIDIA Docker supported: No Maximum image size: 999GB Available disk space: 1.39 TiB Total system memory: 16 GiB physical, 18.37 GiB virtual Number of processors: 2 physical, 4 logical

The build command I am using is “ue4-docker build 4.26.0”, I am building on a server 2019 datacenter VM.

Build output: PS C:\Users\moray> ue4-docker build 4.26.0 -user TomSmithGR -pass X [ue4-docker build] COMMAND-LINE INVOCATION: [ue4-docker build] [‘ue4-docker’, ‘4.26.0’, ‘-user’, ‘TomSmithGR’, ‘-pass’, ‘*******’]

[ue4-docker build] UNREAL ENGINE VERSION SETTINGS: [ue4-docker build] Custom build: No [ue4-docker build] Release: 4.26.0 [ue4-docker build] Repository: https://github.com/EpicGames/UnrealEngine.git [ue4-docker build] Branch/tag: 4.26.0-release

[ue4-docker build] WINDOWS CONTAINER SETTINGS [ue4-docker build] Isolation mode: process [ue4-docker build] Base OS image tag: ltsc2019 (host OS is Windows Server version 1809) [ue4-docker build] Memory limit: No limit [ue4-docker build] Detected max image size: 999GB [ue4-docker build] Directory to copy DLLs from: C:\windows\System32

[ue4-docker build] GENERAL SETTINGS [ue4-docker build] Not excluding any Engine components. [ue4-docker build] Not building the ue4-source image, no Git credentials required.

[ue4-docker build] Image “adamrehn/ue4-build-prerequisites:ltsc2019” exists and rebuild not requested, skipping build.

[ue4-docker build] Image “adamrehn/ue4-source:4.26.0-ltsc2019” exists and rebuild not requested, skipping build.

[ue4-docker build] Image “adamrehn/ue4-engine:4.26.0-ltsc2019” exists and rebuild not requested, skipping build.

[ue4-docker build] Building image “adamrehn/ue4-minimal:4.26.0-ltsc2019”… failed to copy files: failed to copy directory: write \?\Volume{140eed0a-36a5-11eb-bb27-ed07c9ae9445}\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Server\Development\MovieScene\Module.MovieScene.gen.3_of_4.cpp.obj: There is not enough space on the disk. [ue4-docker build] Error: failed to build image “adamrehn/ue4-minimal:4.26.0-ltsc2019”.

I am able to build engine and source images, but it fails building minimal.

The failure point for the first run was step 21/27, and it failed copying the build over, with an error about there not being enough space on the disk. I assume this is the disk in a docker container, the host system has a couple of TB of storage available.

The output from ue4-docker attached is from the second run of the build command, engine and source images are already built.

I have been experiencing a similar failure point when trying to build 4.24.3. Is there something I have missed?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
adamrehncommented, Dec 11, 2020

This appears to be the direct result of this conan-ue4cli issue, so I’ll need to fix conan-ue4cli before the ue4-full image can be built for Unreal Engine 4.26.0.

0reactions
jonpascommented, Mar 9, 2021

This was fixed in 4.26.1 in case anyone is searching for this (@mloftis’ PR merged). 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix There is Not Enough Space on the Disk to ...
Fix 1: Rescan Disks in Disk Management · Fix 2: Check Current Partitions · Fix 3: Convert Basic Disk to Dynamic · Fix...
Read more >
Troubleshooting build issues - Adam Rehn Docs
uasset file. This is typically caused by insufficient available disk space. To fix this, simply free up some disk space and run the...
Read more >
Install Failed - not enough space - Getting Started & Setup
When installing Valley of the Ancient sample project, there is “not enough space” error regardless of what ever drive I chose beforehand.
Read more >
ue4-minimal 4.26.1 fails to build on Windows - Bountysource
Docker is installed on the HDD so it has enough space to build on that one. PS C:\Users\Administrator> ue4-docker build 4.26.1 --no-engine - ......
Read more >
Solve Not Enough Space on the Disk to Complete Operation
Error 2 - "There is not enough space available on the disk(s) to complete ... as creating partitions, shrink volume, extend volume or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found