From nobody Fri Mar 24 18:31:52 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PjrQd1g80z40wV7 for ; Fri, 24 Mar 2023 18:31:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PjrQc5BGjz4YlR for ; Fri, 24 Mar 2023 18:31:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1679682712; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KuG4CuRTD7sDCSKDYhtz9KvBkqKR590VDbsAENCLPQs=; b=iO/iKUtsRX/MqK0zW2B5lg2sn8SKJ5ai4Aa3MfXkrGiQlqaas2iLUTsBqoaRCTsY8jilDw HXduNJdc6ETNg/WrLbSUCt2KR8KL5CxbjiTc+2NHwjBr9FULTpc39f2d5kGEol8yHzjRk6 YjweLnHC6J5ka9kkD4h6tFUTCdm4R2eOMYqPYk7HTBErZWlfk/of8SU0pzcsQmgS7EITuD Fl6NSgz2gQO3cgjgxzGoDHvcn1qc5hSgJZ27Yfy2a1cAROMfwdrNeKYAiikHUJFtYNTwhx i+AFN52MxgCdrW/0NRY21eUDX8gO3bqrnLvycJQjs401vdHzVM9O45eqRQLtmw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1679682712; a=rsa-sha256; cv=none; b=Hei3lpv/liKuSID/yzH989b8TjQkUQq/krRdguQ87QCMH7wf1AXal+kpDUuV213/iDofrs 2sfiv/MycLGc1izODXuNXYe/njCTtFrTQBJnxLiEY6JnsR70FbmAw5Od/KrvFyufqS3ULB LR3iWmv/UcGXGZpwgIIdO5+Y0cDVxY8FSwFyZABkq8L5ZPFG4bLOW8oca/inxmzZgy2o51 GQ+Iv91M/30n9t2apAfBVJlaxwhE0Z1tnT/azziR1h5hjlfQ+dh+Yk5wddd16WVpWf0qIw VyZOBxtt9wpu52ZTi/SjSF0OSM/TFxvrOYwAJa5PFgAjwOm2zhh8F2KzYp2r5g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4PjrQc4FwvzSNM for ; Fri, 24 Mar 2023 18:31:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 32OIVqjI099698 for ; Fri, 24 Mar 2023 18:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 32OIVqCK099697 for bugs@FreeBSD.org; Fri, 24 Mar 2023 18:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270435] makefs: cd9660 output is nonreproducible Date: Fri, 24 Mar 2023 18:31:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270435 Bug ID: 270435 Summary: makefs: cd9660 output is nonreproducible Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: emaste@freebsd.org makefs uses time(NULL) for the timestamp on the . directory entry, resultin= g in non-reproducible output --- t1.iso +++ t2.iso =E2=94=9C=E2=94=80=E2=94=80 file list =E2=94=82 @@ -1,2 +1,2 @@ =E2=94=82 -drwxr-xr-x 2 1001 1001 2048 2023-03-24 18:27:59.00= 0000 . =E2=94=82 +drwxr-xr-x 2 1001 1001 2048 2023-03-24 18:28:00.00= 0000 . =E2=94=82 -rw-r--r-- 1 1001 1001 0 2023-03-24 18:27:59.00= 0000 1234.567 code reference: usr.sbin/makefs/cd9660.c: time_t tstamp =3D stampst.st_ino ? stampst.st_mtime : time(NULL); --=20 You are receiving this mail because: You are the assignee for the bug.=