Created
November 29, 2018 16:05
-
-
Save rjernst/23bb47d2d1fc64595b4bf70fafd10fa7 to your computer and use it in GitHub Desktop.
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
Building fixture | |
> Task :x-pack:test:smb-fixture:composeUp | |
Task ':x-pack:test:smb-fixture:composeUp' is not up-to-date because: | |
Task has not declared any outputs despite executing actions. | |
Starting process 'command '/usr/local/bin/docker-compose''. Working directory: /var/lib/jenkins/workspace/elastic+elasticsearch+master+intake/x-pack/test/smb-fixture Command: /usr/local/bin/docker-compose -f docker-compose.yml build | |
Successfully started process 'command '/usr/local/bin/docker-compose'' | |
Step 1/10 : FROM ubuntu:16.04 | |
---> a51debf7e1eb | |
Step 2/10 : RUN apt-get update -qqy && apt-get install -qqy samba ldap-utils | |
---> Using cache | |
---> 5a26cda53b84 | |
Step 3/10 : ADD . /fixture | |
---> 45ad205fee1e | |
Step 4/10 : RUN chmod +x /fixture/src/main/resources/provision/installsmb.sh | |
---> Running in 8c661d9f9fc3 | |
Removing intermediate container 8c661d9f9fc3 | |
---> a28f6466371b | |
Step 5/10 : RUN /fixture/src/main/resources/provision/installsmb.sh | |
---> Running in dca923d2ec08 | |
[91m+ VDIR=/fixture | |
+ RESOURCES=/fixture/src/main/resources | |
+ CERTS_DIR=/fixture/src/main/resources/certs | |
+ SSL_DIR=/var/lib/samba/private/tls | |
+ mkdir -p /var/lib/samba/private/tls | |
[0m[91m+ cp /fixture/src/main/resources/certs/ca.pem /fixture/src/main/resources/certs/cert.pem /fixture/src/main/resources/certs/key.pem /var/lib/samba/private/tls | |
[0m[91m+ chmod 600 /var/lib/samba/private/tls/key.pem | |
[0m[91m+ mkdir -p /etc/ssl/certs/ | |
[0m[91m+ cat /var/lib/samba/private/tls/ca.pem | |
[0m[91m+ mv /etc/samba/smb.conf /etc/samba/smb.conf.orig | |
[0m[91m+ samba-tool domain provision --server-role=dc --use-rfc2307 --dns-backend=SAMBA_INTERNAL --realm=AD.TEST.ELASTICSEARCH.COM --domain=ADES --adminpass=Passw0rd | |
[0m[91mYou are not root or your system do not support xattr, using tdb backend for attributes. | |
not using extended attributes to store ACLs and other metadata. If you intend to use this provision in production, rerun the script as root on a system supporting xattrs. | |
[0m[91mLooking up IPv4 addresses | |
[0m[91mLooking up IPv6 addresses | |
[0m[91mNo IPv6 address will be assigned | |
[0m[91mSetting up share.ldb | |
[0m[91mSetting up secrets.ldb | |
[0m[91mSetting up the registry | |
[0m[91mSetting up the privileges database | |
[0m[91mSetting up idmap db | |
[0m[91mSetting up SAM db | |
[0m[91mSetting up sam.ldb partitions and settings | |
[0m[91mSetting up sam.ldb rootDSE | |
[0m[91mPre-loading the Samba 4 and AD schema | |
[0m[91mAdding DomainDN: DC=ad,DC=test,DC=elasticsearch,DC=com | |
[0m[91mAdding configuration container | |
[0m[91mSetting up sam.ldb schema | |
[0m[91mSetting up sam.ldb configuration data | |
[0m[91mSetting up display specifiers | |
[0m[91mModifying display specifiers | |
[0m[91mAdding users container | |
[0m[91mModifying users container | |
[0m[91mAdding computers container | |
[0m[91mModifying computers container | |
[0m[91mSetting up sam.ldb data | |
[0m[91mSetting up well known security principals | |
[0m[91mSetting up sam.ldb users and groups | |
[0m[91mSetting up self join | |
[0m[91mprocess_usershare_file: share name unknown service (snum == -1) contains invalid characters (any of %<>*?|/\+=;:",) | |
[0m[91mERROR(<class 'samba.provision.ProvisioningError'>): Provision failed - ProvisioningError: Your filesystem or build does not support posix ACLs, which s3fs requires. Try the mounting the filesystem with the 'acl' option. | |
File "/usr/lib/python2.7/dist-packages/samba/netcmd/domain.py", line 442, in run | |
[0m[91m nosync=ldap_backend_nosync, ldap_dryrun_mode=ldap_dryrun_mode) | |
File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line 2172, in provision | |
[0m[91m skip_sysvolacl=skip_sysvolacl) | |
File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line 1806, in provision_fill | |
names.domaindn, lp, use_ntvfs) | |
File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line 1558, in setsysvolacl | |
raise ProvisioningError("Your filesystem or build does not support posix ACLs, which s3fs requires. " | |
[0m | |
> Task :x-pack:test:smb-fixture:composeUp FAILED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment