Created
October 26, 2018 09:11
-
-
Save GeoffWilliams/26a80f73fb0b305659b95592b5f68e27 to your computer and use it in GitHub Desktop.
packer debug output - vmware 15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
geoff@computer:~/github/boxcutter_windows$ make eval-win10x64-enterprise --debu | |
GNU Make 4.1 | |
Built for x86_64-pc-linux-gnu | |
Copyright (C) 1988-2014 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Reading makefiles... | |
Updating goal targets.... | |
File 'eval-win10x64-enterprise' does not exist. | |
File 'box/vmware/eval-win10x64-enterprise-nocm-1.0.4.box' does not exist. | |
Must remake target 'box/vmware/eval-win10x64-enterprise-nocm-1.0.4.box'. | |
rm -rf output-vmware-iso | |
mkdir -p box/vmware | |
packer build -on-error=cleanup -only=vmware-iso -var 'cm=nocm' -var 'version=1.0.4' -var 'update=false' -var 'headless=false' -var "shutdown_command=shutdown /s /t 10 /f /d p:4:1 /c Packer_Shutdown" -var "iso_url=https://software-download.microsoft.com/download/pr/17134.1.180410-1804.rs4_release_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso" -var "iso_checksum=a4ea45ec1282e85fc84af49acf7a8d649c31ac5c" eval-win10x64-enterprise.json | |
vmware-iso output will be in this color. | |
==> vmware-iso: Downloading or copying ISO | |
vmware-iso: Found already downloaded, initial checksum matched, no download needed: https://software-download.microsoft.com/download/pr/17134.1.180410-1804.rs4_release_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso | |
==> vmware-iso: Creating floppy disk... | |
vmware-iso: Copying files flatly from floppy_files | |
vmware-iso: Copying file: floppy/slim_win10.bat | |
vmware-iso: Copying file: floppy/00-run-all-scripts.cmd | |
vmware-iso: Copying file: floppy/01-install-wget.cmd | |
vmware-iso: Copying file: floppy/_download.cmd | |
vmware-iso: Copying file: floppy/_packer_config.cmd | |
vmware-iso: Copying file: floppy/_post_update_install.bat | |
vmware-iso: Copying file: floppy/autologon.bat | |
vmware-iso: Copying file: floppy/disablewinupdate.bat | |
vmware-iso: Copying file: floppy/eval-win10x64-enterprise/Autounattend.xml | |
vmware-iso: Copying file: floppy/fixnetwork.ps1 | |
vmware-iso: Copying file: floppy/install-winrm.cmd | |
vmware-iso: Copying file: floppy/passwordchange.bat | |
vmware-iso: Copying file: floppy/powerconfig.bat | |
vmware-iso: Copying file: floppy/update.bat | |
vmware-iso: Copying file: floppy/zz-start-transports.cmd | |
vmware-iso: Done copying files from floppy_files | |
vmware-iso: Collecting paths from floppy_dirs | |
vmware-iso: Resulting paths from floppy_dirs : [] | |
vmware-iso: Done copying paths from floppy_dirs | |
==> vmware-iso: Creating required virtual machine disks | |
==> vmware-iso: Building and writing VMX file | |
==> vmware-iso: Starting virtual machine... | |
==> vmware-iso: Waiting 10s for boot... | |
==> vmware-iso: Connecting to VM via VNC (127.0.0.1:5969) | |
==> vmware-iso: Error detecting host IP: Could not find vmnetdhcp conf file: | |
==> vmware-iso: Stopping virtual machine... | |
==> vmware-iso: Deleting output directory... | |
Build 'vmware-iso' errored: Error detecting host IP: Could not find vmnetdhcp conf file: | |
==> Some builds didn't complete successfully and had errors: | |
--> vmware-iso: Error detecting host IP: Could not find vmnetdhcp conf file: | |
==> Builds finished but no artifacts were created. | |
Makefile:492: recipe for target 'box/vmware/eval-win10x64-enterprise-nocm-1.0.4.box' failed | |
make: *** [box/vmware/eval-win10x64-enterprise-nocm-1.0.4.box] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment